Update golang version used for release builds (#1926)

This commit is contained in:
Matt Robinson 2019-05-08 15:20:00 -04:00 committed by GitHub
parent b48f584cea
commit bcf9a809b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
GO_VERSION ?= 1.12.1
GO_VERSION ?= 1.12.5
GOOS ?= linux
GOARCH ?= amd64
COMPOSE_PROJECT_NAME := ${TAG}-$(shell git rev-parse --abbrev-ref HEAD)