Skip to content

Commit f9652bf

Browse files
committed
chore: upgrade golang version
1 parent bff20c6 commit f9652bf

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module sigs.k8s.io/blob-csi-driver
22

3-
go 1.21
4-
5-
toolchain go1.21.4
3+
go 1.23.1
64

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

vendor/k8s.io/kubernetes/test/e2e/framework/testfiles/testdata/a/foo.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)