Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dctalbot committed Mar 17, 2024
1 parent 1c0bc5b commit 2800e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/setup-go
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: ko-build/setup-ko
- uses: ko-build/setup-ko@v0.6
- run: ko build

0 comments on commit 2800e12

Please sign in to comment.