File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
integration_tests :
5
5
strategy :
6
6
matrix :
7
- go : ['1.22 ']
7
+ go : ['1.23 ']
8
8
platform : [windows-latest]
9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
51
51
unit_tests :
52
52
strategy :
53
53
matrix :
54
- go : ['1.22 ']
54
+ go : ['1.23 ']
55
55
platform : [windows-latest]
56
56
runs-on : ${{ matrix.platform }}
57
57
steps :
69
69
bump_version_test :
70
70
strategy :
71
71
matrix :
72
- go : ['1.22 ']
72
+ go : ['1.23 ']
73
73
platform : [ubuntu-latest]
74
74
runs-on : ${{ matrix.platform }}
75
75
steps :
Original file line number Diff line number Diff line change 1
1
module github.com/kubernetes-csi/csi-proxy
2
2
3
- go 1.20
3
+ go 1.23
4
+
5
+ godebug winsymlink=0
4
6
5
7
require (
6
8
github.com/Microsoft/go-winio v0.6.1
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ
85
85
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
86
86
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
87
87
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 =
88
89
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
89
90
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
90
91
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments