Skip to content

Commit

Permalink
bump action/setup-go to v5 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Apr 2, 2024
1 parent 9753868 commit 6753eae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-eye-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
cache-dependency-path: ${{ github.action_path }}/go.sum
Expand Down
2 changes: 1 addition & 1 deletion dependency/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
cache-dependency-path: ${{ github.action_path }}/go.sum
Expand Down
2 changes: 1 addition & 1 deletion header/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
cache-dependency-path: ${{ github.action_path }}/go.sum
Expand Down

0 comments on commit 6753eae

Please sign in to comment.