File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
Original file line number Diff line number Diff line change 11module  github.com/kubernetes-csi/csi-proxy 
22
3- go  1.20 
3+ go  1.23 
4+ 
5+ godebug  winsymlink=0 
46
57require  (
68	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
8585golang.org/x/sync  v0.0.0-20181108010431-42b317875d0f /go.mod  h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
8686golang.org/x/sync  v0.0.0-20190423024810-112230192c58 /go.mod  h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
8787golang.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 =
8889golang.org/x/sys  v0.0.0-20180830151530-49385e6e1522 /go.mod  h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
8990golang.org/x/sys  v0.0.0-20180905080454-ebe1bf3edb33 /go.mod  h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
9091golang.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