diff --git a/Dockerfile.jenkins b/Dockerfile.jenkins index 2753970b0..c73a99327 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -1,4 +1,4 @@ -FROM golang:1.12 +FROM golang:1.12.7 # Postgres diff --git a/Makefile b/Makefile index 9f2bb1cb5..49eeb2a07 100644 --- a/Makefile +++ b/Makefile @@ -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)