Skip to content

Commit

Permalink
Merge pull request #129 from Mongey/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
Mongey authored Jun 6, 2024
2 parents 6703181 + d750b7d commit 6fea08d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16.x
- name: Import GPG key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16.x
- name: Import GPG key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16.x
- run: make test
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.16.x
- uses: actions/[email protected]
Expand Down

0 comments on commit 6fea08d

Please sign in to comment.