@@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515
16- - name : Set up Go 1.22
16+ - name : Set up Go 1.23
1717 uses : actions/setup-go@v3
1818 with :
19- go-version : 1.22 .x
19+ go-version : 1.23 .x
2020
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v2
@@ -32,10 +32,10 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434
35- - name : Set up Go 1.22
35+ - name : Set up Go 1.23
3636 uses : actions/setup-go@v2
3737 with :
38- go-version : 1.22 .x
38+ go-version : 1.23 .x
3939
4040 - name : Check out code into the Go module directory
4141 uses : actions/checkout@v2
@@ -66,10 +66,10 @@ jobs:
6666 runs-on : ubuntu-latest
6767 steps :
6868
69- - name : Set up Go 1.22
69+ - name : Set up Go 1.23
7070 uses : actions/setup-go@v2
7171 with :
72- go-version : 1.22 .x
72+ go-version : 1.23 .x
7373
7474 - name : Check out code into the Go module directory
7575 uses : actions/checkout@v2
@@ -91,18 +91,15 @@ jobs:
9191 name : Golangci-lint
9292 runs-on : ubuntu-latest
9393 steps :
94- - name : Set up Go 1.22
94+ - name : Set up Go 1.23
9595 uses : actions/setup-go@v2
9696 with :
97- go-version : 1.22 .x
97+ go-version : 1.23 .x
9898 - name : Check out code into the Go module directory
9999 uses : actions/checkout@v2
100- - name : golangci-lint
101- uses : golangci/golangci-lint-action@v3
102- with :
103- # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
104- version : v1.55.2
105-
100+ - name : run lint checks
101+ run : make lint
102+
106103 shellcheck :
107104 name : Shellcheck
108105 runs-on : ubuntu-latest
@@ -118,10 +115,10 @@ jobs:
118115 runs-on : ubuntu-latest
119116 steps :
120117
121- - name : Set up Go 1.22
118+ - name : Set up Go 1.23
122119 uses : actions/setup-go@v2
123120 with :
124- go-version : 1.22 .x
121+ go-version : 1.23 .x
125122
126123 - name : Check out code into the Go module directory
127124 uses : actions/checkout@v2
@@ -161,10 +158,10 @@ jobs:
161158 - name : Check out code into the Go module directory
162159 uses : actions/checkout@v2
163160
164- - name : Set up Go 1.22
161+ - name : Set up Go 1.23
165162 uses : actions/setup-go@v3
166163 with :
167- go-version : 1.22 .x
164+ go-version : 1.23 .x
168165
169166 - name : run test
170167 run : make test-e2e-conformance-virtual-k8s-cluster-ci
@@ -198,7 +195,7 @@ jobs:
198195 - name : Set up Go 1.22
199196 uses : actions/setup-go@v3
200197 with :
201- go-version : 1.22 .x
198+ go-version : 1.23 .x
202199
203200 - name : run test
204201 run : make test-e2e-conformance-virtual-ocp-cluster-ci
0 commit comments