Merge pull request #282 from nicksnyder/patch-1

Update Go version to 1.12.4
This commit is contained in:
Shawn Smith
2019-04-23 15:37:56 +09:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.11-alpine
FROM golang:1.12.4-alpine
COPY . $GOPATH/src/github.com/gojp/goreportcard