Add go1.25 tests

This commit is contained in:
apocelipes 2025-09-01 01:20:29 +08:00
parent cc3a1dbf46
commit 8db262bc02
2 changed files with 32 additions and 31 deletions

View File

@ -14,6 +14,7 @@
go-version:
- "1.23"
- "1.24"
- "1.25"
name: lint and test
runs-on: ubuntu-latest
steps:
@ -26,6 +27,6 @@
- name: golangci-lint
uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.1.5
version: v2.4.0
- 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: v2.1.5
rev: v2.4.0
hooks:
- id: golangci-lint
- repo: https://github.com/TekWizely/pre-commit-golang