dependencies: update

This commit is contained in:
Tulir Asokan
2026-02-16 15:41:08 +02:00
parent a59c755dd8
commit 52b2373528
5 changed files with 58 additions and 56 deletions

View File

@@ -11,8 +11,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@v6