Bump go version to 1.13.1 (#3130)

This commit is contained in:
Matt Robinson 2019-09-26 09:51:09 -06:00 committed by Stefan Benten
parent 0afbb1e0ca
commit 52497c253e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.0
FROM golang:1.13.1
# Postgres

View File

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