misc, docs: Move to golang 1.18

Hopefully this fixes some yucky things.
This commit is contained in:
James Shubin
2022-08-16 20:15:12 -04:00
parent d547c39a16
commit aff6331211
11 changed files with 108 additions and 70 deletions

View File

@@ -53,10 +53,6 @@ GOOSARCHES ?= linux/amd64 linux/ppc64 linux/ppc64le linux/arm64 darwin/amd64
GOHOSTOS = $(shell go env GOHOSTOS)
GOHOSTARCH = $(shell go env GOHOSTARCH)
# Work around a golang 1.16 bug https://github.com/golang/go/issues/44129
# Can be removed when 1.17 is the minimum supported version
export GOFLAGS ?= -mod=mod
TOKEN_FEDORA-30 = fedora-30
TOKEN_FEDORA-29 = fedora-29
TOKEN_CENTOS-7 = centos-7