Skip to content

Commit c891937

Browse files
committed
chore: upgrade golang version
1 parent e1f2a24 commit c891937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.5
18+
go-version: 1.23.1
1919

2020
- name: Build an image from Dockerfile
2121
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-csi/csi-driver-nfs
22

3-
go 1.22
3+
go 1.23.1
44

55
require (
66
github.com/container-storage-interface/spec v1.8.0

0 commit comments

Comments
 (0)