Merge pull request #3105 from thaJeztah/bump_golang_1.13.8

Update Golang 1.13.8
This commit is contained in:
Derek McGowan 2020-02-22 16:54:49 -08:00 committed by GitHub
commit f1cb8a56c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.13.7
ARG GO_VERSION=1.13.8
FROM golang:${GO_VERSION}-alpine3.11 AS build