Skip to content

Commit 2ab7f3d

Browse files
authored
Merge pull request #1032 from mattcary/go1.18
Cherry-pick #1031: update go to 1.18
2 parents 27100b4 + 103094a commit 2ab7f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG BUILDPLATFORM
1616

17-
FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.18.4 as builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)