CI: pin Go toolchain version to 1.25.x.

Newer Go toolchain is incompatible with `staticcheck`.
This commit is contained in:
whitequark
2026-08-20 14:16:14 +02:00
parent 6b3706ff17
commit 55d7851285
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up toolchain
uses: https://code.forgejo.org/actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: '>=1.25.6'
go-version: '1.25.x'
- name: Install dependencies
run: |
apt-get -y update