Skip to content

Commit

Permalink
build: use Go v1.13 for Cloud Run
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Oct 13, 2019
1 parent f3fb263 commit fb910bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudRun.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12 as build
FROM golang:1.13 as build

LABEL repo="https://github.com/elithrar/admission-control"
ARG GIT_COMMIT=""
Expand Down

0 comments on commit fb910bb

Please sign in to comment.