tangled
alpha
login
or
join now
whitequark.org
/
git-pages
10
fork
atom
[mirror] Scalable static site server for Git forges (like GitHub Pages)
10
fork
atom
overview
issues
pulls
pipelines
CI: update to Go 1.25.6.
To address CVE-2025-61728.
whitequark.org
1 month ago
9b25ccdc
18012d46
+2
-2
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
ci.yaml
+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
22
-
go-version: '>=1.25.0'
22
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
52
-
go-version: '>=1.25.0'
52
52
+
go-version: '>=1.25.6'
53
53
- name: Install dependencies
54
54
run: |
55
55
apt-get -y update