File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# Check for Go linting errors!
43
43
- name : Lint Go
44
- uses : golangci/golangci-lint-action@v6.0 .1
44
+ uses : golangci/golangci-lint-action@v6.1 .1
45
45
with :
46
- version : v1.59 .1
46
+ version : v1.61 .1
47
47
args : " --out-${NO_FUTURE}format colored-line-number"
48
48
49
49
- name : Lint shell scripts
98
98
99
99
- uses : actions/setup-go@v3
100
100
with :
101
- go-version : " ~1.22 "
101
+ go-version : " ~1.23 "
102
102
103
103
# Sadly the new "set output" syntax (of writing env vars to
104
104
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -136,7 +136,7 @@ jobs:
136
136
137
137
- uses : actions/setup-go@v3
138
138
with :
139
- go-version : " ~1.22 "
139
+ go-version : " ~1.23 "
140
140
141
141
# Sadly the new "set output" syntax (of writing env vars to
142
142
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -170,7 +170,7 @@ jobs:
170
170
- uses : actions/checkout@v3
171
171
- uses : actions/setup-go@v3
172
172
with :
173
- go-version : " ~1.22 "
173
+ go-version : " ~1.23 "
174
174
175
175
- name : Go Cache Paths
176
176
id : go-cache-paths
@@ -223,7 +223,7 @@ jobs:
223
223
- name : Setup Go
224
224
uses : actions/setup-go@v3
225
225
with :
226
- go-version : " ~1.22 "
226
+ go-version : " ~1.23 "
227
227
228
228
- name : Go Cache Paths
229
229
id : go-cache-paths
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
- uses : actions/setup-go@v3
259
259
with :
260
- go-version : " ~1.22 "
260
+ go-version : " ~1.23 "
261
261
262
262
- name : build image
263
263
run : make -j build/image/envbox
You can’t perform that action at this time.
0 commit comments