Skip to content

Commit

Permalink
Update Go version to 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 8, 2021
1 parent 664c2df commit e338b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM teamserverless/license-check:0.3.6 as license-check
FROM teamserverless/license-check:0.3.9 as license-check

FROM golang:1.13 as build
FROM golang:1.15 as build
COPY --from=license-check /license-check /usr/bin/

ARG CGO_ENABLED=0
Expand Down

0 comments on commit e338b8a

Please sign in to comment.