Skip to content

Commit

Permalink
Use go 1.19.9 instead of go 1.20.3
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed May 5, 2023
1 parent fa1037d commit 9a3e857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: '>=1.19.9'
go-version: '^1.19.9'
- name: Install Cosign
uses: sigstore/cosign-installer@v1.0.0
with:
Expand Down

0 comments on commit 9a3e857

Please sign in to comment.