bump minimal Go version to 1.13

All our downstream platforms now support Go 1.13:

RHEL 8.2: golang-1.13.4
Fedora 31: golang-1.13.14

There's no reason anymore to stay on 1.12, therefore this commit bumps
the minimal required Go version to 1.13
This commit is contained in:
Ondřej Budai 2020-08-19 11:21:38 +02:00
parent 8d1c187f3c
commit 5e6e77b565
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
set -eux
GO_VERSION=1.12.17
GO_VERSION=1.13.15
GO_BINARY=$(go env GOPATH)/bin/go$GO_VERSION
# this is the official way to get a different version of golang