Merge pull request #766 from andyzhangx/trivy-go

chore: upgrade golang version
This commit is contained in:
Andy Zhang 2024-09-09 22:11:42 +08:00 committed by GitHub
commit 3f7b5c1414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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