fix: update Go version to 1.26.1 in multiple workflow files for consistency and security improvements

This commit is contained in:
GitHub Actions
2026-03-06 02:35:36 +00:00
parent bf398a1cb2
commit b292a1b793
9 changed files with 17 additions and 10 deletions

View File

@@ -47,7 +47,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: ${{ env.GO_VERSION }}
go-version: "1.26.1"
cache-dependency-path: backend/go.sum
# SECURITY: Keep pull_request (not pull_request_target) for secret-bearing backend tests.