ci: update Go version and pre-commit hooks

This commit is contained in:
Tulir Asokan
2025-08-26 18:05:20 +03:00
parent 597d0e996b
commit 9e4b6c3c46
3 changed files with 5 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.24"]
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
go-version: ["1.24", "1.25"]
name: Lint ${{ matrix.go-version == '1.25' && '(latest)' || '(old)' }}
steps:
- uses: actions/checkout@v4