Skip to content

Commit

Permalink
.github/workflows/goreleaser.yml: Use go 1.19 during build
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Sep 14, 2022
1 parent 0871477 commit 7552e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: install cosign
uses: sigstore/cosign-installer@main
- uses: anchore/sbom-action/[email protected]
Expand Down

0 comments on commit 7552e5d

Please sign in to comment.