build: update golang to 1.13.5

Change-Id: I7f8e29ac682a015d6a18f7989a5d0d726e2a0ce7
This commit is contained in:
Matt Robinson 2019-12-05 10:00:23 -05:00
parent 2daf24a1ea
commit 2986923244
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.4
FROM golang:1.13.5
# CockroachDB

View File

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