Skip to content

Commit 5f3f705

Browse files
committed
update golangci
1 parent d3c9f39 commit 5f3f705

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141

4242
# Check for Go linting errors!
4343
- name: Lint Go
44-
uses: golangci/golangci-lint-action@v6.0.1
44+
uses: golangci/golangci-lint-action@v6.1.1
4545
with:
46-
version: v1.59.1
46+
version: v1.61.1
4747
args: "--out-${NO_FUTURE}format colored-line-number"
4848

4949
- name: Lint shell scripts
@@ -98,7 +98,7 @@ jobs:
9898

9999
- uses: actions/setup-go@v3
100100
with:
101-
go-version: "~1.22"
101+
go-version: "~1.23"
102102

103103
# Sadly the new "set output" syntax (of writing env vars to
104104
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -136,7 +136,7 @@ jobs:
136136

137137
- uses: actions/setup-go@v3
138138
with:
139-
go-version: "~1.22"
139+
go-version: "~1.23"
140140

141141
# Sadly the new "set output" syntax (of writing env vars to
142142
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -170,7 +170,7 @@ jobs:
170170
- uses: actions/checkout@v3
171171
- uses: actions/setup-go@v3
172172
with:
173-
go-version: "~1.22"
173+
go-version: "~1.23"
174174

175175
- name: Go Cache Paths
176176
id: go-cache-paths
@@ -223,7 +223,7 @@ jobs:
223223
- name: Setup Go
224224
uses: actions/setup-go@v3
225225
with:
226-
go-version: "~1.22"
226+
go-version: "~1.23"
227227

228228
- name: Go Cache Paths
229229
id: go-cache-paths
@@ -257,7 +257,7 @@ jobs:
257257

258258
- uses: actions/setup-go@v3
259259
with:
260-
go-version: "~1.22"
260+
go-version: "~1.23"
261261

262262
- name: build image
263263
run: make -j build/image/envbox

0 commit comments

Comments
 (0)