Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
joshuar authored Jan 19, 2024
2 parents e096110 + 333341b commit f6e7cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Go
if: ${{ steps.release_please.outputs.release_created }}
id: setup_go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.21.5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Set up Go
id: setup_go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.21.5'

Expand Down

0 comments on commit f6e7cde

Please sign in to comment.