Skip to content

Update golangci/golangci-lint Docker tag to v1.64.8 - #51

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/golangci-golangci-lint-1.x
Open

Update golangci/golangci-lint Docker tag to v1.64.8#51
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/golangci-golangci-lint-1.x

Conversation

@renovate

@renovaterenovateBot commented Jun 1, 2023

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageTypeUpdateChange
golangci/golangci-lintdockerminorv1.39.0v1.64.8

Release Notes

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

v1.64.8

Compare Source

  • Detects use of configuration files from golangci-lint v2

v1.64.7

Compare Source

  1. Linters bug fixes
    • depguard: from 2.2.0 to 2.2.1
    • dupl: from 3e9179a to f665c8d
    • gosec: from 2.22.1 to 2.22.2
    • staticcheck: from 0.6.0 to 0.6.1
  2. Documentation
    • Add GitLab documentation

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️tenv is deprecated and replaced by usetesting.os-setenv: true.
    • ⚠️exportloopref deprecation step 2
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.63.4

Compare Source

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with several trailing EOL
    • goheader: skip issues with invalid positions

v1.63.2

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with missing trailing EOL

v1.63.1

Compare Source

  1. Linters bug fixes
    • cgi: invalid reports with cgo
    • gofumpt: panic with autofix and cgo

v1.63.0

Compare Source

  1. Enhancements
    • Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
    • Formatters (gofmt, goimports, gofumpt, gci) are applied after the suggested fixes.
  2. New linters
  3. Linters new features
    • gci: new options: no-inline-comments, no-prefix-comments
    • gomoddirectives: from 0.2.4 to 0.6.0 (new options: go-version-pattern, toolchain-pattern,toolchain-forbidden, tool-forbidden, go-debug-forbidden)
    • govet: new stdversion, waitgroup analyzers
    • importas: allow multiple empty aliases
    • loggercheck: new slog option
    • recvcheck: from 0.1.2 to 0.2.0 (new options: disable-builtin, exclusions)
    • tagliatelle: from 0.5.0 to 0.7.1 (new options: ignored-fields, extended-rules,overrides, pkg, ignore)
    • usestdlibvars: from 1.27.0 to 1.28.0 (autofix)
    • wrapcheck: from 2.9.0 to 2.10.0 (new option: extra-ignore-sigs)
  4. Linters bug fixes
    • asciicheck: from 0.2.0 to 0.3.0
    • bodyclose: from 5742072 to ed6a65f
    • funlen: from 0.1.0 to 0.2.0
    • ginkgolinter: from 0.18.3 to 0.18.4
    • gochecksumtype: from 0.2.0 to 0.3.1
    • gocognit: from 1.1.3 to 1.2.0
    • godot: from 1.4.18 to 1.4.20
    • goheader: report position improvement
    • gosec: handling of global nosec option when it is false
    • iface: from 1.2.1 to 1.3.0
    • importas: from 0.1.0 to 0.2.0
    • intrange: from 0.2.1 to 0.3.0
    • makezero: from 1.1.1 to 1.2.0
    • mirror: from 1.2.0 to 1.3.0
    • nilnil: from 1.0.0 to 1.0.1
    • nosprintfhostport: from 0.1.1 to 0.2.0
    • reassign: from 0.2.0 to 0.3.0
    • spancheck: from 0.6.2 to 0.6.4
    • tagalign: from 1.3.4 to 1.4.1
    • wastedassign: from 2.0.7 to 2.1.0
    • whitespace: from 0.1.1 to 0.2.0
    • wsl: from 4.4.1 to 4.5.0
  5. Deprecations
    • ⚠️output.uniq-by-line is deprecated and replaced by issues.uniq-by-line.
  6. Misc.
    • Improvements of the help command (color and JSON support).
    • Removes decoder, sloglint, tagalign from format preset.
    • Enables paths with junction inside Windows.
    • The timeout is disabled if run.timeout <= 0.

v1.62.2

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.0

Compare Source

  1. New linters
  2. Linters new features
    • ginkgolinter: from 0.17.0 to 0.18.0 (new option: force-succeed)
    • gochecksumtype: from 0.1.4 to 0.2.0 (new option: default-signifies-exhaustive)
    • loggercheck: from 0.9.4 to 0.10.1 (log/slog support)
    • nilnil: from 0.1.9 to 1.0.0 (new option: detect-opposite)
    • revive: from 1.3.9 to 1.5.0 (new rules: filename-format, and file-length-limit)
    • tenv: from 1.10.0 to 1.12.1 (handle dot import)
    • testifylint: from 1.4.3 to 1.5.0 (new checkers: contains, encoded-compare, regexp)
  3. Linters bug fixes
    • bidichk: from 0.2.7 to 0.3.2 (important performance improvement)
    • canonicalheader: from 1.1.1 to 1.1.2
    • cyclop: from 1.2.1 to 1.2.3
    • dupword: from 0.1.1 to 0.1.3
    • errcheck: from 1.7.0 to 1.8.0
    • errchkjson: from 0.3.6 to 0.4.0
    • errname: from 0.1.13 to 1.0.0
    • gocritic: from 0.11.4 to 0.11.5
    • goprintffuncname: from 7558a9e to v0.1.0
    • godot: from 1.4.17 to 1.4.18
    • gosec: from 2.21.2 to 2.21.4
    • intrange: from 0.2.0 to 0.2.1
    • musttag: from 0.12.2 to 0.13.0
    • nakedret: from 2.0.4 to 2.0.5
    • noctx: from 0.0.2 to 0.1.0
    • protogetter: from 0.3.6 to 0.3.8
  4. Deprecations
    • ⚠️execinquery: deprecation step 2
    • ⚠️gomnd: deprecation step 2 (replaced by mnd)
  5. Misc.
    • Type sizing when cross-compiling (32-bit).
    • code-climate: add check_name field
    • Improve Go version detection
    • Fix Go version propagation
  6. Documentation
    • Adds a section about exclude-dirs-use-default
    • Improve 'install from sources' section
    • Improve FAQ about Go versions
    • Improve linter/rule/check docs
    • Improve new linter section
    • Improve forbidigo pattern examples for built-in functions

v1.61.0

Compare Source

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Linters new features
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • nolintlint: remove the empty line in the directive replacement
  3. Linters bug fixes
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • 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
  4. Misc.
    • Improve runtime version parsing
  5. Documentation
    • Add additional info about typecheck

v1.60.3

Compare Source

  1. Updated linters
  2. Misc.
    • Check that the Go version use to build is greater or equals to the Go version of the project

v1.60.2

Compare Source

  1. Linters new features
  2. Linters bug fixes
    • gofmt: update to HEAD (go1.22)
    • gofumpt: from 0.6.0 to 0.7.0
    • gosec: fix G602 analyzer
    • staticcheck: from 0.5.0 to 0.5.1
    • staticcheck: propagate Go version
    • wrapcheck: from 2.8.3 to 2.9.0
  3. Deprecations
    • ⚠️exportloopref: deprecation

v1.60.1

Compare Source

  1. Misc.
    • 🎉 go1.23 support
  2. Linters new features
    • exhaustruct: from 3.2.0 to 3.3.0 (recognize custom error values in return)
    • govet (printf): report non-constant format, no args
    • lll: advertise max line length instead of just reporting failure
    • revive: from 1.3.7 to 1.3.9 (new rule: comments-density)
    • staticcheck: from 0.4.7 to 0.5.0
    • testifylint: from 1.3.1 to 1.4.3 (new options: formatter, suite-broken-parallel, suite-subtest-run)
  3. Linters bug fixes
    • errorlint: from 1.5.2 to 1.6.0
    • fatcontext: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs)
    • gocognit: from 1.1.2 to 1.1.3
    • gomodguard: from 1.3.2 to 1.3.3
    • sloglint: from 0.7.1 to 0.7.2
    • spancheck: from 0.6.1 to 0.6.2
    • tenv: from 1.7.1 to 1.10.0 (remove reports on fuzzing)
    • tparallel: from 0.3.1 to 0.3.2
    • usestdlibvars: from 1.26.0 to 1.27.0 (fix false-positive with number used inside a mathematical operations)
    • wsl: from 4.2.1 to 4.4.1
  4. Deprecations
    • ⚠️unused: remove exported-is-used option
  5. Fixes
    • SARIF: sanitize level property
    • ⚠️typecheck issues should never be ignored
  6. Documentation
    • Add link on linter without configuration
    • Remove 'trusted by' page
    • wsl update documentation of the configuration

v1.59.1

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • f738736 build(deps): bump github.com/Antonboom/testifylint from 1.3.0 to 1.3.1 (#​4759)
  • 44b3cdd build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.0.0 (#​4788)
  • 1a55854 build(deps): bump github.com/golangci/misspell from 0.5.1 to 0.6.0 (#​4804)
  • 9a7a1ad build(deps): bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.5.2 (#​4785)
  • aaff918 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.25.0 to 1.26.0 (#​4801)
  • a0d2c83 build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5 (#​4782)
  • 2042b1f build(deps): bump go-simpler.org/sloglint from 0.7.0 to 0.7.1 (#​4784)
  • 327a78a build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#​4802)
  • e1a8055 fix: SARIF format require issue column >= 1 (#​4775)
  • 88f60c8 fix: gomnd deprecated configuration compatibility (#​4768)
  • 8173166 fix: init empty result slice for SARIF printer (#​4758)
  • 02740ea intrange: add style preset (#​4797)
  • 615b873 unparam: bump to HEAD (#​4786)

v1.59.0

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

v1.58.2

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 7c87a9e build(deps): bump github.com/Antonboom/nilnil from 0.1.8 to 0.1.9 (#​4716)
  • 3fbc2f5 build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (#​4725)
  • 8fe47a9 build(deps): bump github.com/lasiar/canonicalheader from 1.0.6 to 1.1.1 (#​4715)
  • 8c4cfb6 build(deps): bump github.com/securego/gosec/v2 from 2.19.0 to 2.20.0 (#​4724)
  • 35eaf60 build(deps): bump go-simpler.org/musttag from 0.12.1 to 0.12.2 (#​4710)
  • 7f6606a build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#​4722)

v1.58.1

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

v1.58.0

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Details
  • 7e2229a Add pre-commit hook to run config verify (#​4602)
  • b2df2f4 Add new linter canonicalheader (#​4672)
  • 95fc378 build(deps): bump github.com/Antonboom/errname from 0.1.12 to 0.1.13 (#​4669)
  • 4c3cc53 build(deps): bump github.com/Antonboom/nilnil from 0.1.7 to 0.1.8 (#​4668)
  • 2004f31 build(deps): bump github.com/butuzov/mirror from 1.1.0 to 1.2.0 (#​4610)
  • 4e56cba build(deps): bump github.com/ckaznocha/intrange from 0.1.1 to 0.1.2 (#​4601)
  • ed20557 build(deps): bump github.com/daixiang0/gci from 0.12.3 to 0.13.3 (#​4522)
  • dc51209 build(deps): bump github.com/daixiang0/gci from 0.13.3 to 0.13.4 (#​4611)
  • 8fb9856 build(deps): bump github.com/firefart/nonamedreturns from 1.0.4 to 1.0.5 (#​4666)
  • 8f59629 build(deps): bump github.com/go-critic/go-critic from 0.11.2 to 0.11.3 (#​4619)
  • 92cb311 build(deps): bump github.com/golangci/misspell from 0.4.1 to 0.5.1 (#​4665)
  • 3f37412 build(deps): bump github.com/golangci/revgrep from 0.5.2 to 0.5.3 (#​4633)
  • 1611bca build(deps): bump github.com/jjti/go-spancheck from 0.5.3 to 0.6.0 (#​4670)
  • e953689 build(deps): bump github.com/jjti/go-spancheck from 0.6.0 to 0.6.1 (#​4679)
  • 3f63db1 build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.10 to 1.1.0 (#​4632)
  • e4dae2a build(deps): bump github.com/lasiar/canonicalheader from 1.0.5 to 1.0.6 (#​4682)
  • 28f7c39 build(deps): bump github.com/leonklingele/grouper from 1.1.1 to 1.1.2 (#​4613)
  • 8e8ad83 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 (#​4643)
  • 813af3e build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 (#​4688)
  • 24bcca2 build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.8 to 1.5.1 (#​4690)
  • e12d070 build(deps): bump github.com/ryancurrah/gomodguard from 1.3.1 to 1.3.2 (#​4614)
  • b937c19 build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 (#​4612)
  • fa1cca8 build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.4 (#​4686)
  • d2d77af build(deps): bump github.com/ultraware/whitespace from 0.1.0 to 0.1.1 (#​4664)
  • 54bfac8 build(deps): bump github.com/yeya24/promlinter from 0.2.0 to 0.3.0 (#​4671)
  • 1eab03d build(deps): bump gitlab.com/bosi/decorder from 0.4.1 to 0.4.2 (#​4667)
  • 5e1e22f build(deps): bump go-simpler.org/musttag from 0.10.0 to 0.11.0 (#​4600)
  • 7f70763 build(deps): bump go-simpler.org/musttag from 0.11.0 to 0.12.0 (#​4621)
  • b7c1d1a build(deps): bump go-simpler.org/musttag from 0.12.0 to 0.12.1 (#​4626)
  • ad7eab9 build(deps): bump go-simpler.org/musttag from 0.9.0 to 0.10.0 (#​4579)
  • 40d4872 build(deps): bump go-simpler.org/sloglint from 0.5.0 to 0.5.1 (#​4644)
  • 7ea621b build(deps): bump go-simpler.org/sloglint from 0.5.1 to 0.6.0 (#​4645)
  • 1f46a11 build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 (#​4620)
  • 87db2a3 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#​4684)
  • 83a91b4 build(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#​4625)
  • b7c7a1d execinquery: deprecation (#​4652)
  • c00c1a5 feat: add fatcontext linter (#​4583)
  • 5a9f5c1 feat: deprecate usage of linter alternative names (#​4562)
  • a7868b3 feat: err113 analyzer name (#​4567)
  • 38fac89 feat: log an error when using previously deprecated linters (#​4681)
  • 288c847 feat: replace gomnd by mnd (#​4572)
  • 28b3813 feat: use problem matchers for GitHub Action format (#​4685)
  • a706941 fix: JSON schema about severities (#​4617)
  • c1f9f54 fix: don't hide typecheck errors inside diff processor (#​4674)
  • 44c070a fix: keep only typecheck issues (#​4640)
  • dac4ba3 fix: remove help display on error with verify command (#​4597)
  • 2b2fc8c fix: skip go.mod report inside autogenerated_exclude processor (#​4663)
  • 15c57c1 fix: speed up "fast" linters (#​4653)
  • 003b048 fix: use plugin version (#​4655)
  • 0260ec8 unparam: bump to HEAD (#​4689)

v1.57.2

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • 94a0179 build(deps): bump github.com/ckaznocha/intrange from 0.1.0 to 0.1.1 (#​4570)
  • 9558299 build(deps): bump github.com/jgautheron/goconst from 1.7.0 to 1.7.1 (#​4555)
  • b78225b build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.8 to 1.0.9 (#​4565)
  • 5a66842 build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.9 to 1.0.10 (#​4584)
  • afd670b build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.4 to 1.1.5 (#​4564)
  • 03acb64 build(deps): bump github.com/ldez/gomoddirectives from 0.2.3 to 0.2.4 (#​4580)
  • 4d2fa7b build(deps): bump github.com/nunnatsa/ginkgolinter from 0.16.1 to 0.16.2 (#​4569)
  • 66ec75e fix: display warnings on deprecated linter options (#​4568)
  • 77a8601 fix: hide useless warning (#​4587)
  • 3cff868 fix: missing output format (#​4574)
  • 5ae78cd fix: the TeamCity inspectionType service message (#​4573)

v1.57.1

Compare Source

golangci-lint is a free and open-source project, built by people in their free time.
Also, the linter authors are an important part of golangci-lint.
If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linter authors). ❤️

The most important changes are detailed here: https://golangci-lint.run/product/changelog/#v1571

Changelog

  • 87b6bf1 build(deps): bump github.com/golangci/plugin-module-register from 0.1.0 to 0.1.1 (#​4549)
  • 921d535 build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 (#​4548)
  • cd890db fix: filter invalid issues before other processors (#​4552)

v1.57.0

Compare Source

golangci-lint is a free and open-source project, built by people in their free time.
Also, the linter authors are an important part of golangci-lint.
If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linter authors). ❤️

The most important changes are detailed here: https://golangci-lint.run/product/changelog/#v1570

⚠️ Important ⚠️

  1. Deprecated linters are inactivated, you still need to disable them if you are using enable-all.
  2. Deprecated CLI flags (about linter settings and deadline) have been removed.

Changelog

v1.56.2

Compare Source

golangci-lint is a free and open-source project, built by people in their free time.
Also, the linter authors are an important part of golangci-lint.
If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linter authors). ❤️

Changelog

  • 6f26840 build(deps): bump github.com/Antonboom/testifylint from 1.1.1 to 1.1.2 ([#​4371](h

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the month"
  • 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.

@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.52.2Update golangci/golangci-lint Docker tag to v1.53.1Jun 2, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from ee79f92 to d5875acCompareJune 2, 2023 14:40
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.53.1Update golangci/golangci-lint Docker tag to v1.53.2Jun 3, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from d5875ac to c8d9855CompareJune 3, 2023 16:13
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.53.2Update golangci/golangci-lint Docker tag to v1.53.3Jun 15, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from c8d9855 to 26b5854CompareJune 15, 2023 12:09
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.53.3Update golangci/golangci-lint Docker tag to v1.54.0Aug 9, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 26b5854 to fa9423cCompareAugust 9, 2023 14:03
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.54.0Update golangci/golangci-lint Docker tag to v1.54.1Aug 11, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from fa9423c to 18ebdc5CompareAugust 11, 2023 15:04
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.54.1Update golangci/golangci-lint Docker tag to v1.54.2Aug 21, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 18ebdc5 to defc769CompareAugust 21, 2023 16:25
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.54.2Update golangci/golangci-lint Docker tag to v1.55.0Oct 20, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from defc769 to c14afb9CompareOctober 20, 2023 15:12
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.55.0Update golangci/golangci-lint Docker tag to v1.55.1Oct 25, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from c14afb9 to 174e4b9CompareOctober 25, 2023 17:12
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.55.1Update golangci/golangci-lint Docker tag to v1.55.2Nov 3, 2023
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 174e4b9 to 6f43efcCompareNovember 3, 2023 16:41
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.55.2Update golangci/golangci-lint Docker tag to v1.56.0Feb 7, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 6f43efc to 663b4b8CompareFebruary 7, 2024 15:35
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.56.0Update golangci/golangci-lint Docker tag to v1.56.1Feb 8, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 663b4b8 to 1ee24c2CompareFebruary 8, 2024 18:54
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.56.1Update golangci/golangci-lint Docker tag to v1.56.2Feb 15, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 1ee24c2 to 841e9ffCompareFebruary 15, 2024 20:02
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 841e9ff to 0eeb8faCompareMarch 20, 2024 02:03
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.56.2Update golangci/golangci-lint Docker tag to v1.57.0Mar 20, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 0eeb8fa to 483103dCompareMarch 20, 2024 17:30
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.57.0Update golangci/golangci-lint Docker tag to v1.57.1Mar 20, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 483103d to 008e5ffCompareMarch 28, 2024 20:16
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.57.1Update golangci/golangci-lint Docker tag to v1.57.2Mar 28, 2024
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.59.1Update golangci/golangci-lint Docker tag to v1.60.1Aug 14, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from e820e77 to 1c448f3CompareAugust 20, 2024 23:19
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.60.1Update golangci/golangci-lint Docker tag to v1.60.2Aug 20, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 1c448f3 to 193ced4CompareAugust 23, 2024 00:16
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.60.2Update golangci/golangci-lint Docker tag to v1.60.3Aug 23, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 193ced4 to 91b9b7dCompareSeptember 9, 2024 20:38
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.60.3Update golangci/golangci-lint Docker tag to v1.61.0Sep 9, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 91b9b7d to 9414dd9CompareNovember 10, 2024 22:05
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.61.0Update golangci/golangci-lint Docker tag to v1.62.0Nov 10, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 9414dd9 to cd818afCompareNovember 25, 2024 15:40
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.62.0Update golangci/golangci-lint Docker tag to v1.62.2Nov 25, 2024
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from cd818af to b2a7684CompareJanuary 1, 2025 15:56
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.62.2Update golangci/golangci-lint Docker tag to v1.63.0Jan 1, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from b2a7684 to baba981CompareJanuary 2, 2025 01:48
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.63.0Update golangci/golangci-lint Docker tag to v1.63.1Jan 2, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from baba981 to 7091041CompareJanuary 2, 2025 16:30
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.63.1Update golangci/golangci-lint Docker tag to v1.63.2Jan 2, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 7091041 to c2e5f03CompareJanuary 2, 2025 20:08
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.63.2Update golangci/golangci-lint Docker tag to v1.63.3Jan 2, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from c2e5f03 to ecd1f06CompareJanuary 3, 2025 21:27
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.63.3Update golangci/golangci-lint Docker tag to v1.63.4Jan 3, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from ecd1f06 to 5c5b2c1CompareFebruary 12, 2025 02:27
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.63.4Update golangci/golangci-lint Docker tag to v1.64.2Feb 12, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 5c5b2c1 to f18fa1bCompareFebruary 12, 2025 22:38
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.64.2Update golangci/golangci-lint Docker tag to v1.64.4Feb 12, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from f18fa1b to 566b4d5CompareFebruary 14, 2025 02:11
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.64.4Update golangci/golangci-lint Docker tag to v1.64.5Feb 14, 2025
@renovate
renovateBotforce-pushed the renovate/golangci-golangci-lint-1.x branch from 566b4d5 to 98f7a72CompareMarch 3, 2025 02:52
@renovaterenovateBot changed the title Update golangci/golangci-lint Docker tag to v1.64.5Update golangci/golangci-lint Docker tag to v1.64.6Mar 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants