Skip to content

Commit

Permalink
Add min go runtime to be 1.23 and add godebug winsymlink=0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciopoppe committed Dec 11, 2024
1 parent fd12ef2 commit a675d82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
integration_tests:
strategy:
matrix:
go: ['1.22']
go: ['1.23']
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
unit_tests:
strategy:
matrix:
go: ['1.22']
go: ['1.23']
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -69,7 +69,7 @@ jobs:
bump_version_test:
strategy:
matrix:
go: ['1.22']
go: ['1.23']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/kubernetes-csi/csi-proxy

go 1.20
go 1.23

godebug winsymlink=0

require (
github.com/Microsoft/go-winio v0.6.1
Expand Down

0 comments on commit a675d82

Please sign in to comment.