Skip to content

Commit 1af1d5b

Browse files
authored
Pin release build to Go version 1.19.2 (#882)
1 parent 0ae0174 commit 1af1d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: '1.19.2'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v2
2323
with:

0 commit comments

Comments
 (0)