chore: upgrade golang version

This commit is contained in:
andyzhangx 2024-09-09 02:28:08 +00:00
parent e1f2a24e82
commit c89193792d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
go-version: 1.23.1
- name: Build an image from Dockerfile
run: |

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kubernetes-csi/csi-driver-nfs
go 1.22
go 1.23.1
require (
github.com/container-storage-interface/spec v1.8.0