dependencies: update

This commit is contained in:
Tulir Asokan
2025-02-22 19:56:58 +02:00
parent 65ef2c4ff6
commit b8892ed59f
3 changed files with 22 additions and 22 deletions

View File

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