Revert "CI: pin Go toolchain version to 1.25.x."

This reverts commit 55d7851285.
This commit is contained in:
Catherine
2026-08-26 16:58:23 +00:00
parent d525cb61fc
commit cb72f200c2
+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.x'
go-version: '>=1.25.6'
- name: Install dependencies
run: |
apt-get -y update