Skip to content

Commit

Permalink
Merge pull request #87 from muandane/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.3.0

Bump actions/setup-go from 5.1.0 to 5.3.0
  • Loading branch information
muandane authored Feb 23, 2025
2 parents b5e1aee + e7e39fc commit 62a87bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.3.0
with:
go-version: '1.22.1'
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.3.0
with:
go-version: '1.22.1'
-
Expand Down

0 comments on commit 62a87bf

Please sign in to comment.