Skip to content

Commit

Permalink
Update Go to version 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Jul 11, 2024
1 parent 085f872 commit 6f5802b
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.4",
version="1.22.5",
repository="https://github.com/golang/go",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="26321c4d945a0035d8a5bc4a1965b0df401ff8ceac66ce2daadabf9030419a98",
hash="59968438b8d90f108fd240d4d2f95b037e59716995f7409e0a322dcb996e9f42",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 6f5802b

Please sign in to comment.