We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfa3d2 + bbb38a7 commit 6c779afCopy full SHA for 6c779af
Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG BUILDPLATFORM
16
17
-FROM --platform=$BUILDPLATFORM golang:1.19.6 as builder
+FROM --platform=$BUILDPLATFORM golang:1.20.3 as builder
18
19
ARG STAGINGVERSION
20
ARG TARGETPLATFORM
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
2
3
-go 1.19
+go 1.20
4
5
require (
6
cloud.google.com/go/compute/metadata v0.2.3
0 commit comments