Skip to content

Commit

Permalink
Upgrade: actions/setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Jun 12, 2024
1 parent bb74f8a commit 36d462b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Update table.
- Upgrade golang to 1.22.0.
- Upgrade actions/setup-go to v5.

## 1.0.4

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
shell: bash

- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5
with:
go-version-file: temp/action/github.com/AmosHuKe/pub-dashboard/go.mod
cache: false
Expand Down

0 comments on commit 36d462b

Please sign in to comment.