@@ -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,17 +91,17 @@ 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
100100 - name : golangci-lint
101101 uses : golangci/golangci-lint-action@v3
102102 with :
103103 # 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
104+ version : v1.64.6
105105
106106 shellcheck :
107107 name : Shellcheck
@@ -118,10 +118,10 @@ jobs:
118118 runs-on : ubuntu-latest
119119 steps :
120120
121- - name : Set up Go 1.22
121+ - name : Set up Go 1.23
122122 uses : actions/setup-go@v2
123123 with :
124- go-version : 1.22 .x
124+ go-version : 1.23 .x
125125
126126 - name : Check out code into the Go module directory
127127 uses : actions/checkout@v2
@@ -161,10 +161,10 @@ jobs:
161161 - name : Check out code into the Go module directory
162162 uses : actions/checkout@v2
163163
164- - name : Set up Go 1.22
164+ - name : Set up Go 1.23
165165 uses : actions/setup-go@v3
166166 with :
167- go-version : 1.22 .x
167+ go-version : 1.23 .x
168168
169169 - name : run test
170170 run : make test-e2e-conformance-virtual-k8s-cluster-ci
@@ -195,10 +195,10 @@ jobs:
195195 - name : Check out code into the Go module directory
196196 uses : actions/checkout@v2
197197
198- - name : Set up Go 1.22
198+ - name : Set up Go 1.23
199199 uses : actions/setup-go@v3
200200 with :
201- go-version : 1.22 .x
201+ go-version : 1.23 .x
202202
203203 - name : run test
204204 run : make test-e2e-conformance-virtual-ocp-cluster-ci
0 commit comments