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: