chore: add go1.24 to ci (#833)

This commit is contained in:
apocelipes 2025-02-19 21:53:42 +08:00 committed by GitHub
parent 2769f0940f
commit 1fe8c5cca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
- "1.21"
- "1.22"
- "1.23"
- "1.24"
name: lint and test
runs-on: ubuntu-latest
steps:
@ -25,8 +26,8 @@
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.3.2
uses: golangci/golangci-lint-action@v6.5.0
with:
version: v1.61.0
version: v1.64.5
- name: test
run: make test_ci

View File

@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v1.61.0
rev: v1.64.5
hooks:
- id: golangci-lint
- repo: https://github.com/TekWizely/pre-commit-golang