Skip to content

Commit

Permalink
Update Go to version 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jan 27, 2025
1 parent b9bedb4 commit 7bfaa79
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.23.4",
version="1.23.5",
repository="https://github.com/golang/go",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="16c59ac9196b63afb872ce9b47f945b9821a3e1542ec125f16f6085a1c0f3c39",
hash="96d74945d7daeeb98a7978d0cf099321d7eb821b45f5c510373d545162d39c20",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 7bfaa79

Please sign in to comment.