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

This commit is contained in:
GitHub Actions
2026-03-06 03:20:37 +00:00
parent 10d952a22e
commit abcfd62b21

View File

@@ -64,7 +64,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: 1.26.0
go-version: 1.26.1
cache-dependency-path: backend/go.sum
- name: Verify Go toolchain and build