From 7fd74dc65ea6eeb106582b35a72793a86f1d907a Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 9 Jul 2026 17:03:45 +0100 Subject: [PATCH] ci: bump Go from 1.25 to 1.25.12 to fix GO-2026-5856 govulncheck found crypto/tls vuln fixed in 1.25.12. Bump all 4 setup-go instances. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitea/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1575e8f..c4f05e3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.25.12" cache: false - name: Cache Go modules @@ -87,7 +87,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.25.12" cache: false - name: Cache Go modules @@ -154,7 +154,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.25.12" cache: false - name: Cache Go modules @@ -201,7 +201,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.25.12" cache: false - name: Cache Go modules