Skip to content

Commit

Permalink
Update Go to version 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Nov 10, 2023
1 parent a5cb70b commit 8e00783
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.3",
version="1.21.4",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="27c8daf157493f288d42a6f38debc6a2cb391f6543139eba9152fceca0be2a10",
hash="79e5428e068c912d9cfa6cd115c13549856ec689c1332eac17f5d6122e19d595",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 8e00783

Please sign in to comment.