Skip to content

Commit

Permalink
Merge pull request #91 from sustainable-computing-io/issue79
Browse files Browse the repository at this point in the history
restore version specification
  • Loading branch information
trent-s authored Apr 15, 2024
2 parents 63aefbb + 6e4843c commit 4742d61
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 4742d61

Please sign in to comment.