mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-08-28 11:56:19 +00:00
CI: pin Go toolchain version to 1.25.x.
Newer Go toolchain is incompatible with `staticcheck`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user