Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#442 from poy/patch-1
Browse files Browse the repository at this point in the history
ko: Update Dockerfile to use go 1.15
  • Loading branch information
imjasonh authored Aug 25, 2020
2 parents 092aa90 + 6a8f8b9 commit da89cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.15

ENV GO111MODULE=on
RUN CGO_ENABLED=0 GOOS=linux go get github.com/google/ko/cmd/ko
Expand Down

0 comments on commit da89cfe

Please sign in to comment.