Skip to content

Commit ab5cffa

Browse files
committed
Add min go runtime to be 1.23 and add godebug winsymlink=0
1 parent fd12ef2 commit ab5cffa

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
integration_tests:
55
strategy:
66
matrix:
7-
go: ['1.22']
7+
go: ['1.23']
88
platform: [windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
@@ -51,7 +51,7 @@ jobs:
5151
unit_tests:
5252
strategy:
5353
matrix:
54-
go: ['1.22']
54+
go: ['1.23']
5555
platform: [windows-latest]
5656
runs-on: ${{ matrix.platform }}
5757
steps:
@@ -69,7 +69,7 @@ jobs:
6969
bump_version_test:
7070
strategy:
7171
matrix:
72-
go: ['1.22']
72+
go: ['1.23']
7373
platform: [ubuntu-latest]
7474
runs-on: ${{ matrix.platform }}
7575
steps:

go.mod

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

3-
go 1.20
3+
go 1.23
4+
5+
godebug winsymlink=0
46

57
require (
68
github.com/Microsoft/go-winio v0.6.1

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ
8585
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
8686
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
8787
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
88+
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
8889
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
8990
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
9091
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)