Skip to content

Commit

Permalink
Update go to version 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jul 14, 2023
1 parent 38b0702 commit 9bd6f5c
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.20.5",
version="1.20.6",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="c04a4ed73c3624d5b4c4f62e44a141549cc0bfd83a7492c31ca8b86b3752f077",
hash="b67dd7f2b4589701e53c98e348e1b4d9a7c3536dc316941172b2f0b60ae4ce5f",
dir_part="go-{version}",
)

Expand Down

0 comments on commit 9bd6f5c

Please sign in to comment.