Skip to content

Commit

Permalink
Update Go to version 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jun 13, 2024
1 parent c62de1d commit 55cf410
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,10 +209,10 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.22.3",
version="1.22.4",
repository="https://github.com/golang/go",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="cab2af6951a6e2115824263f6df13ff069c47270f5788714fa1d776f7f60cb39",
hash="26321c4d945a0035d8a5bc4a1965b0df401ff8ceac66ce2daadabf9030419a98",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 55cf410

Please sign in to comment.