Skip to content

Commit

Permalink
Update go to version 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 10, 2023
1 parent 416ce0c commit bef81ff
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 @@ -211,9 +211,9 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.21.0",
version="1.21.1",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="732121e64e0ecb07c77fdf6cc1bc5ce7b242c2d40d4ac29021ad4c64a08731f6",
hash="10a4f5b63215d11d1770453733dbcbf024f3f74872f84e28d7ea59f0250316c6",
dir_part="go-{version}",
)

Expand Down

0 comments on commit bef81ff

Please sign in to comment.