Skip to content

Commit 8742074

Browse files
committed
CI: add Go 1.24, drop go1.22
Also, bump golangci-lint to v1.64 (v1.64.2 added Go 1.24 support). NOTE we still use Go 1.23.x for official builds. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 3cfcb69 commit 8742074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-20.04, ubuntu-24.04, actuated-arm64-6cpu-8gb]
27-
go-version: [1.22.x, 1.23.x]
27+
go-version: [1.23.x, 1.24.x]
2828
rootless: ["rootless", ""]
2929
race: ["-race", ""]
3030
criu: ["", "criu-dev"]

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- release-*
99
pull_request:
1010
env:
11-
GO_VERSION: 1.23.x
11+
GO_VERSION: 1.24
1212
permissions:
1313
contents: read
1414

@@ -40,7 +40,7 @@ jobs:
4040
sudo apt -qy install libseccomp-dev
4141
- uses: golangci/golangci-lint-action@v6
4242
with:
43-
version: v1.62
43+
version: v1.64
4444
# Extra linters, only checking new code from a pull request.
4545
- name: lint-extra
4646
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)