Skip to content

Commit bbd487b

Browse files
committed
make go version declaration on 1.18
Signed-off-by: Humble Chirammal <[email protected]>
1 parent 843229e commit bbd487b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go 1.x
1414
uses: actions/[email protected]
1515
with:
16-
go-version: ^1.19
16+
go-version: ^1.18
1717
id: go
1818

1919
- name: Check out code into the Go module directory

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.19
21+
go-version: 1.18
2222
- uses: actions/checkout@v3
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go 1.x
1414
uses: actions/[email protected]
1515
with:
16-
go-version: ^1.19
16+
go-version: ^1.18
1717
id: go
1818

1919
- name: Check out code into the Go module directory

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install go
1515
uses: actions/[email protected]
1616
with:
17-
go-version: ^1.19
17+
go-version: ^1.18
1818

1919
- name: Build an image from Dockerfile
2020
run: |

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
go: [ '^1.19' ]
9+
go: [ '^1.18' ]
1010
platform: [windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-csi/csi-driver-iscsi
22

3-
go 1.19
3+
go 1.18
44

55
require (
66
github.com/container-storage-interface/spec v1.6.0

0 commit comments

Comments
 (0)