Skip to content

Commit 06808b5

Browse files
authored
Merge pull request #2097 from k8s-infra-cherrypick-robot/cherry-pick-2095-to-release-1.29
[release-1.29] chore: upgrade golang version
2 parents 4c3f500 + a802241 commit 06808b5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: 1.22.5
15+
go-version: 1.23.1
1616
id: go
1717

1818
- name: Checkout code

.trivyignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CVE-2024-34156
2+
CVE-2024-34158
3+
CVE-2024-34155

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/azurefile-csi-driver
22

3-
go 1.23.0
3+
go 1.23.1
44

55
require (
66
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible

0 commit comments

Comments
 (0)