Skip to content

Commit

Permalink
Update push-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-garrison authored Jun 7, 2024
1 parent a60dea6 commit 6df4bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
- run: make image
go-version: '1.20'
- run: make image

0 comments on commit 6df4bd3

Please sign in to comment.