1
0
mirror of https://github.com/securego/gosec.git synced 2025-02-05 13:04:47 +02:00

Pin release build to Go version 1.19.2 (#882)

This commit is contained in:
Cosmin Cojocar 2022-10-17 11:06:43 +02:00 committed by GitHub
parent 0ae0174c25
commit 1af1d5bb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: