Skip to content

Commit eff3374

Browse files
saikat-royck8s-infra-cherrypick-robot
authored andcommitted
update go version to 1.19.10
1 parent 2bfef38 commit eff3374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG BUILDPLATFORM
1616

17-
FROM --platform=$BUILDPLATFORM golang:1.19.6 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.19.10 as builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

Dockerfile.Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE
16-
FROM --platform=$BUILDPLATFORM golang:1.19.6 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.19.10 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)