Skip to content

Commit

Permalink
restore version specification
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Apr 15, 2024
1 parent f0c2342 commit 6e4843c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/publish-images/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Checkout source
uses: actions/checkout@v4

- uses: actions/setup-go
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

- uses: actions/setup-go
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 6e4843c

Please sign in to comment.