CI: update to Go 1.25.6.

To address CVE-2025-61728.
This commit is contained in:
Catherine
2026-01-17 00:29:29 +00:00
parent 18012d46e8
commit 9b25ccdc35

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up toolchain
uses: https://code.forgejo.org/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: '>=1.25.0'
go-version: '>=1.25.6'
- name: Install dependencies
run: |
apt-get -y update
@@ -49,7 +49,7 @@ jobs:
- name: Set up toolchain
uses: https://code.forgejo.org/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: '>=1.25.0'
go-version: '>=1.25.6'
- name: Install dependencies
run: |
apt-get -y update