[mirror] Scalable static site server for Git forges (like GitHub Pages)

CI: update to Go 1.25.6.

To address CVE-2025-61728.

+2 -2
+2 -2
.forgejo/workflows/ci.yaml
··· 19 19 - name: Set up toolchain 20 20 uses: https://code.forgejo.org/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 21 21 with: 22 - go-version: '>=1.25.0' 22 + go-version: '>=1.25.6' 23 23 - name: Install dependencies 24 24 run: | 25 25 apt-get -y update ··· 49 49 - name: Set up toolchain 50 50 uses: https://code.forgejo.org/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 51 51 with: 52 - go-version: '>=1.25.0' 52 + go-version: '>=1.25.6' 53 53 - name: Install dependencies 54 54 run: | 55 55 apt-get -y update