Skip to content

Commit

Permalink
Fix Go version in release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mendoza <jlm@jlm.name>
  • Loading branch information
jeffmendoza committed Feb 10, 2023
1 parent b425a89 commit 65d6096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with:
go-version: 1.20
go-version: '~1.20'
- uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
- run: go install github.com/google/ko@v0.12.0
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.workflow }} --password-stdin
Expand Down

0 comments on commit 65d6096

Please sign in to comment.