Skip to content

Commit

Permalink
Bump actions/setup-go from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent ef62fe8 commit 7011d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.1.0
- uses: actions/setup-go@v5.0.0
with:
go-version: '>=1.17.0'
- run: go install github.com/incu6us/goimports-reviser/[email protected]
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.1.0
- uses: actions/setup-go@v5.0.0
- run: go run golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness@latest ./...

checks:
Expand Down

0 comments on commit 7011d38

Please sign in to comment.