Skip to content

Commit e9f7184

Browse files
committed
Update Go to version 1.24.3
1 parent 5efe9fe commit e9f7184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gvsbuild/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ def __init__(self):
210210
Tool.__init__(
211211
self,
212212
"go",
213-
version="1.24.2",
213+
version="1.24.3",
214214
repository="https://github.com/golang/go",
215215
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
216-
hash="29c553aabee0743e2ffa3e9fa0cda00ef3b3cc4ff0bc92007f31f80fd69892e1",
216+
hash="8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4",
217217
dir_part="go-{version}",
218218
)
219219

0 commit comments

Comments
 (0)