update to go 1.12.7 (#2493)

This commit is contained in:
Egon Elbre 2019-07-09 11:56:08 -04:00 committed by GitHub
parent 7212423c52
commit c5de36ed1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12
FROM golang:1.12.7
# Postgres

View File

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