Bump minimum Go version to 1.25

This commit is contained in:
Tulir Asokan
2026-02-15 14:46:35 +02:00
parent ca9f032234
commit 17c1938b4c
2 changed files with 4 additions and 4 deletions

View File

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