ci: fix build and lint builds

This commit is contained in:
Andrey Nering
2026-05-09 11:28:30 -03:00
parent 43dbeb4260
commit 7b3559ce4c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
name: Lint
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
go-version: [1.25.10, 1.26.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.25.x, 1.26.x]
go-version: [1.25.10, 1.26.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.platform}}
steps: