Skip to content

Commit

Permalink
Merge pull request #46 from koenrh/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
2 parents ebbed37 + 3af7ae4 commit 013d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Go ${{ matrix.go_version }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
id: go
Expand Down

0 comments on commit 013d36b

Please sign in to comment.