Skip to content

Commit e338b8a

Browse files
committed
Update Go version to 1.15
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 664c2df commit e338b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM teamserverless/license-check:0.3.6 as license-check
1+
FROM teamserverless/license-check:0.3.9 as license-check
22

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

66
ARG CGO_ENABLED=0

0 commit comments

Comments
 (0)