mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
Update to go version 1.26.4 and 1.25.11 (#1690)
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
@@ -19,9 +19,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
- go-version: "1.25.10"
|
||||
- go-version: "1.25.11"
|
||||
golangci: "latest"
|
||||
- go-version: "1.26.3"
|
||||
- go-version: "1.26.4"
|
||||
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.3"
|
||||
go-version: "1.26.4"
|
||||
- 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.3"
|
||||
go-version: "1.26.4"
|
||||
- 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.3"
|
||||
go-version: "1.26.4"
|
||||
cache: false
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
|
||||
|
||||
Reference in New Issue
Block a user