Skip to content

Commit

Permalink
Update go to version 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed May 7, 2023
1 parent 1ab75c3 commit 48e4b69
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 @@ -247,9 +247,9 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.20.3",
version="1.20.4",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="143a2837821c7dbacf7744cbb1a8421c1f48307c6fdfaeffc5f8c2f69e1b7932",
hash="e7528da720f470b711fbd826814167a5fe1bc02a479ab1958dcf839a8294e6d2",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 48e4b69

Please sign in to comment.