go.mod: update to go v1.20
Go 1.20 is included in all currently supported distro versions. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
de54fc541e
commit
f98169c29a
5 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
GO_VERSION=1.19.11
|
||||
GO_VERSION=1.20.12
|
||||
GO_BINARY=$(go env GOPATH)/bin/go$GO_VERSION
|
||||
|
||||
# this is the official way to get a different version of golang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue