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

@@ -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: