Skip to content

Commit

Permalink
Update Go to version 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Jan 12, 2024
1 parent cac86ac commit 9757da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.21.5",
version="1.21.6",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="bbe603cde7c9dee658f45164b4d06de1eff6e6e6b800100824e7c00d56a9a92f",
hash="27ac9dd6e66fb3fd0acfa6792ff053c86e7d2c055b022f4b5d53bfddec9e3301",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 9757da3

Please sign in to comment.