Skip to content

Commit 294f34d

Browse files
committed
update go version to 1.20.9
1 parent 157fe3a commit 294f34d

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.20.9 as builder
1616

1717
ARG STAGINGVERSION
1818
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.20.9
3+
go 1.20
44

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

0 commit comments

Comments
 (0)