We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3f500 commit 5aa1252Copy full SHA for 5aa1252
.github/workflows/trivy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go 1.x
13
uses: actions/setup-go@v4
14
with:
15
- go-version: 1.22.5
+ go-version: 1.23.1
16
id: go
17
18
- name: Checkout code
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/azurefile-csi-driver
2
3
-go 1.23.0
+go 1.23.1
4
5
require (
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
0 commit comments