Skip to content

Commit

Permalink
Merge pull request #149 from jedipunkz/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
jedipunkz authored Apr 7, 2024
2 parents 6ee1f38 + 5eb5dd2 commit 1515a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set Up
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
method: "${{ github.event.inputs.method }}"

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down

0 comments on commit 1515a01

Please sign in to comment.