Bump go version to 1.13.4 (#3450)

This commit is contained in:
Matt Robinson 2019-11-04 13:24:36 -05:00 committed by GitHub
parent 4d26d0a6a6
commit e8f9a182da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.3
FROM golang:1.13.4
# Postgres

View File

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