Skip to content

Commit 654786c

Browse files
committed
gha: run against Go 1.23 and 1.24, upgrade golangci-lint action to v8
Signed-off-by: Timo Beckers <[email protected]>
1 parent c4d130a commit 654786c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: ["1.21", "1.22"]
13+
go-version: ["1.23", "1.24"]
1414
runs-on: ubuntu-latest
1515

1616
steps:
@@ -29,4 +29,4 @@ jobs:
2929
test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy' and submit your changes"; exit 1)
3030
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v6
32+
uses: golangci/golangci-lint-action@v8

.github/workflows/linux-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: ["1.21", "1.22"]
13+
go-version: ["1.23", "1.24"]
1414
runs-on: ubuntu-latest
1515

1616
steps:

.github/workflows/linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: ["1.21", "1.22"]
13+
go-version: ["1.23", "1.24"]
1414
runs-on: ubuntu-latest
1515

1616
steps:

0 commit comments

Comments
 (0)