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 f42848c + 55fe6d2 commit b9149dfCopy full SHA for b9149df
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 v1.7.0
0 commit comments