Skip to content

chore(deps): update golangci/golangci-lint docker tag to v2.11.1#3348

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/build-golangci-golangci-lint-2.x
Open

chore(deps): update golangci/golangci-lint docker tag to v2.11.1#3348
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/build-golangci-golangci-lint-2.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 15, 2026

This PR contains the following updates:

Package Update Change Pending
golangci/golangci-lint minor 2.7.22.11.1 2.11.3 (+1)

Release Notes

golangci/golangci-lint (golangci/golangci-lint)

v2.11.1

Compare Source

Released on 2026-03-06

Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.

This release contains the same things as v2.11.0.

v2.11.0

Compare Source

Released on 2026-03-06

  1. Linters new features or changes
    • errcheck: from 1.9.0 to 1.10.0 (exclude crypto/rand.Read by default)
    • gosec: from 2.23.0 to 2.24.6 (new rules: G113, G118, G119, G120, G121, G122, G123, G408, G707)
    • noctx: from 0.4.0 to 0.5.0 (new detection: httptest.NewRequestWithContext)
    • prealloc: from 1.0.2 to 1.1.0
    • revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from var-naming to a new rule package-naming)
  2. Linters bug fixes
    • gocognit: from 1.2.0 to 1.2.1
    • gosec: from 2.24.6 to 2.24.7
    • unqueryvet: from 1.5.3 to 1.5.4

v2.10.1

Compare Source

Released on 2026-02-17

  1. Fixes
    • buildssa panic

v2.10.0

Compare Source

Released on 2026-02-17

  1. Linters new features or changes
    • ginkgolinter: from 0.22.0 to 0.23.0
    • gosec: from 2.22.11 to 2.23.0 (new rules: G117, G602, G701, G702, G703, G704, G705, G706)
    • staticcheck: from 0.6.1 to 0.7.0
  2. Linters bug fixes
    • godoclint: from 0.11.1 to 0.11.2

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • revive: from v1.13.0 to v1.14.0 (new rules: epoch-naming, use-slices-sort)
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl_v5: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code

v2.8.0

Compare Source

Released on 2026-01-07

  1. Linters new features or changes
    • godoclint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • gocritic: from 0.14.2 to 0.14.3
    • errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page

Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 15, 2026

/gcbrun

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the golangci-lint tool to its latest minor version. This ensures that the project benefits from the most recent linter features, bug fixes, and improved code analysis capabilities, contributing to higher code quality and adherence to best practices.

Highlights

  • Dependency Update: The golangci/golangci-lint Docker tag has been updated from version 2.7.2 to 2.8.0.
  • Linter Enhancements: This update introduces new features and changes for several linters, including godoc-lint (new rule: require-stdlib-doclink), gosec (new rule: G116), and modernize (new analyzers: stringscut, unsafefuncs). unqueryvet also gains new options for checking various SQL-related patterns.
  • Bug Fixes: Bug fixes are included for go-critic, go-errorlint, govet, protogetter, and revive.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request, generated by Renovate, aims to update the golangci-lint version from 2.7.2 to 2.8.0. However, this new version appears to be non-existent for the golangci-lint package, which will cause the build to fail. This suggests a potential misconfiguration in the dependency tracking tool. I have added a critical comment explaining the issue in detail.

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 822bef9 to 8b395f6 Compare January 15, 2026 17:46
@dpebot
Copy link
Collaborator

dpebot commented Jan 15, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 8b395f6 to 8f737ee Compare January 15, 2026 17:54
@dpebot
Copy link
Collaborator

dpebot commented Jan 15, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 8f737ee to 297cb1f Compare January 16, 2026 16:32
@dpebot
Copy link
Collaborator

dpebot commented Jan 16, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 297cb1f to 57872a8 Compare January 22, 2026 17:55
@dpebot
Copy link
Collaborator

dpebot commented Jan 22, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 57872a8 to 070c30e Compare February 2, 2026 05:33
@dpebot
Copy link
Collaborator

dpebot commented Feb 2, 2026

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update golangci/golangci-lint docker tag to v2.8.0 chore(deps): update golangci/golangci-lint docker tag to v2.9.0 Feb 18, 2026
@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 070c30e to bc34384 Compare February 18, 2026 00:53
@dpebot
Copy link
Collaborator

dpebot commented Feb 18, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from bc34384 to 7992cb9 Compare February 19, 2026 06:31
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 7992cb9 to 833c109 Compare February 19, 2026 08:02
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 833c109 to 84434eb Compare February 24, 2026 01:26
@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update golangci/golangci-lint docker tag to v2.9.0 chore(deps): update golangci/golangci-lint docker tag to v2.10.1 Feb 24, 2026
@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 84434eb to bf15fa4 Compare February 24, 2026 17:51
@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from b4f9ed6 to a36be53 Compare February 25, 2026 00:30
@dpebot
Copy link
Collaborator

dpebot commented Feb 25, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from a36be53 to 5340bec Compare February 26, 2026 17:52
@dpebot
Copy link
Collaborator

dpebot commented Feb 26, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 5340bec to 47cfd39 Compare March 2, 2026 17:39
@dpebot
Copy link
Collaborator

dpebot commented Mar 2, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 47cfd39 to 56fdbba Compare March 3, 2026 23:19
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 56fdbba to 7424e74 Compare March 3, 2026 23:26
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 7424e74 to e11ff95 Compare March 3, 2026 23:36
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from e11ff95 to 83d0689 Compare March 3, 2026 23:43
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 83d0689 to 6c94eb2 Compare March 3, 2026 23:56
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 6c94eb2 to 81a4fb8 Compare March 4, 2026 00:05
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 81a4fb8 to deedfe8 Compare March 4, 2026 00:25
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from deedfe8 to 4a4e614 Compare March 6, 2026 22:47
@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 4a4e614 to 79da5db Compare March 7, 2026 00:23
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 79da5db to 7fb2263 Compare March 7, 2026 00:45
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update golangci/golangci-lint docker tag to v2.10.1 chore(deps): update golangci/golangci-lint docker tag to v2.11.1 Mar 13, 2026
@renovate-bot renovate-bot force-pushed the renovate/build-golangci-golangci-lint-2.x branch from 7fb2263 to 0ca8d87 Compare March 13, 2026 19:15
@dpebot
Copy link
Collaborator

dpebot commented Mar 13, 2026

/gcbrun

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants