mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Pin release build to Go version 1.19.2 (#882)
This commit is contained in:
parent
0ae0174c25
commit
1af1d5bb49
1 changed files with 1 additions and 1 deletions
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@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: '1.19.2'
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue