Skip to content

Commit aa39705

Browse files
committed
Revert "Add min go runtime to be 1.23 and add godebug winsymlink=0"
This reverts commit ab5cffa.
1 parent 154e6db commit aa39705

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: codespell-project/actions-codespell@master
1313
with:
1414
check_filenames: true
15-
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh
15+
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./docs

.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.23']
7+
go: ['1.22']
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.23']
54+
go: ['1.22']
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.23']
72+
go: ['1.22']
7373
platform: [ubuntu-latest]
7474
runs-on: ${{ matrix.platform }}
7575
steps:

go.mod

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

3-
go 1.23
3+
go 1.22.0
44

5-
godebug winsymlink=0
5+
toolchain go1.22.3
66

77
require (
88
github.com/Microsoft/go-winio v0.6.2

0 commit comments

Comments
 (0)