mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 09:53:40 +08:00
Compare commits
1 Commits
b6eea26df8
...
update_go
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed925e017d |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -11,9 +11,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
- go-version: "1.24.10"
|
||||
- go-version: "1.24.11"
|
||||
golangci: "latest"
|
||||
- go-version: "1.25.4"
|
||||
- go-version: "1.25.5"
|
||||
golangci: "latest"
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25.4"
|
||||
go-version: "1.25.5"
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v6
|
||||
- uses: actions/cache@v4
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.25.4"
|
||||
go-version: "1.25.5"
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user