Skip to content

Commit

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

Bump actions/setup-go from 4 to 5
  • Loading branch information
rasmus authored Dec 10, 2023
2 parents 66480b1 + 2d48271 commit 3443a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
6.0.x
8.0.x
- name: Setup Go 1.17.2
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.17.2'
- name: Setup Python 3.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
6.0.x
8.0.x
- name: Setup Go 1.17.2
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.17.2'
- name: Setup Python 3.x
Expand Down

0 comments on commit 3443a1a

Please sign in to comment.