Skip to content

Commit

Permalink
chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#453)
Browse files Browse the repository at this point in the history
* chore(deps): bump golangci/golangci-lint-action from 4 to 5

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v5)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Vigliaturo <[email protected]>
  • Loading branch information
dependabot[bot] and viglia authored Apr 29, 2024
1 parent 443ac13 commit c93bedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: false
- run: go install golang.org/x/tools/cmd/goimports@latest
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: latest
- uses: pre-commit/[email protected]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
- Skip metrics summary logic altogether if there are no metrics ([#445](https://github.com/getsentry/vroom/pull/445))
- Bump golang.org/x/net from 0.17.0 to 0.23.0 ([#446](https://github.com/getsentry/vroom/pull/446))
- Bump trufflesecurity/trufflehog from 3.73.0 to 3.74.0 ([#452](https://github.com/getsentry/vroom/pull/452))
- Bump golangci/golangci-lint-action from 4 to 5 ([#453](https://github.com/getsentry/vroom/pull/453))

## 23.12.0

Expand Down

0 comments on commit c93bedf

Please sign in to comment.