Skip to content

Commit 6c779af

Browse files
authored
Merge pull request #1180 from sunnylovestiramisu/fixEnv
Update go version to 1.20
2 parents bdfa3d2 + bbb38a7 commit 6c779af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.19.6 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.20.3 as builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
cloud.google.com/go/compute/metadata v0.2.3

0 commit comments

Comments
 (0)