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

@@ -174,7 +174,8 @@ golangci-lint has version 2.8.1 built with go1.26.0
```yaml
- uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
go-version: "1.26.1"
cache: true # Caches Go modules and build artifacts
```

View File

@@ -442,7 +442,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: "1.26.1"
- name: Set up Node.js
uses: actions/setup-node@v4