bump the minimum Go version to 1.16
Fedora 34 ships 1.16 RHEL 8.5 also ships 1.16 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
f605fe9feb
commit
b667df4443
6 changed files with 5 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
GO_VERSION=1.15.13
|
||||
GO_VERSION=1.16.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