Skip to content

Commit

Permalink
common: bump go v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
  • Loading branch information
Vicente-Cheng committed Jan 9, 2025
1 parent f01bd12 commit c25aa51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM golang:1.22.7-bookworm
FROM golang:1.23-bookworm

ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/harvester/csi-driver-lvm

go 1.22.7
go 1.23

replace (
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
Expand Down

0 comments on commit c25aa51

Please sign in to comment.