Makefile: bump to Go 1.17.12

Change-Id: Ifa163a113da8c21a72a6127e53b331b574eea8dc
This commit is contained in:
Sean Harvey 2022-07-14 18:17:13 +12:00
parent de5951331a
commit 582dce1b36

View File

@ -1,4 +1,4 @@
GO_VERSION ?= 1.17.5
GO_VERSION ?= 1.17.12
GOOS ?= linux
GOARCH ?= amd64
GOPATH ?= $(shell go env GOPATH)