mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
chore(go): update supported Go versions to 1.25.10 and 1.26.3 (#1669)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b4f2934756
commit
4161f0b433
@@ -19,9 +19,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
- go-version: "1.25.9"
|
||||
- go-version: "1.25.10"
|
||||
golangci: "latest"
|
||||
- go-version: "1.26.2"
|
||||
- go-version: "1.26.3"
|
||||
golangci: "latest"
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
|
||||
with:
|
||||
go-version: "1.26.2"
|
||||
go-version: "1.26.3"
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
with:
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
|
||||
with:
|
||||
go-version: "1.26.2"
|
||||
go-version: "1.26.3"
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
with:
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
|
||||
with:
|
||||
go-version: "1.26.2"
|
||||
go-version: "1.26.3"
|
||||
cache: false
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
|
||||
|
||||
Reference in New Issue
Block a user