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:
Ondřej Budai 2022-01-03 22:07:01 +01:00 committed by Sanne Raymaekers
parent f605fe9feb
commit b667df4443
6 changed files with 5 additions and 12 deletions

View file

@ -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