Skip to content

Commit 181769a

Browse files
committed
chore: use go1.24
1 parent b6290f8 commit 181769a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/static.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Run linter
1616
uses: golangci/golangci-lint-action@v6
1717
with:
18-
version: v1.60
18+
version: v1.64
1919
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/kubernetes-csi/csi-driver-smb
22

3-
go 1.23.0
4-
5-
toolchain go1.23.1
3+
go 1.24
64

75
godebug winsymlink=0
86

0 commit comments

Comments
 (0)