Skip to content

Commit f20e310

Browse files
committed
ci: update CI tooling and refine supported Go versions
- Update golangci-lint GitHub Action from v8 to v9 - Remove Go 1.23 from test matrix Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 21c982f commit f20e310

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
go-version-file: go.mod
2424
check-latest: true
2525
- name: Setup golangci-lint
26-
uses: golangci/golangci-lint-action@v8
26+
uses: golangci/golangci-lint-action@v9
2727
with:
2828
version: v2.1
2929
test:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest]
33-
go: [1.23, 1.24, 1.25]
33+
go: [1.24, 1.25]
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)