Skip to content

Commit

Permalink
Merge pull request #26 from nothub/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5.0.0
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
2 parents afdae19 + ccf16c4 commit 5029132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4.1.0
- uses: actions/setup-go@v5.0.0
with:
go-version-file: 'go.mod'
check-latest: true
Expand Down

0 comments on commit 5029132

Please sign in to comment.