From 4efb5a7f3b243478c92f93b2339b3f06ae830d81 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Wed, 12 Mar 2025 17:06:57 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.64.7 (#439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://github.com/golangci/golangci-lint) | patch | `v1.64.5` -> `v1.64.7` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.64.7`](https://github.com/golangci/golangci-lint/releases/tag/v1.64.7) [Compare Source](https://github.com/golangci/golangci-lint/compare/v1.64.6...v1.64.7) `golangci-lint` is a free and open-source project built by volunteers. If you value it, consider supporting us, the [maintainers](https://opencollective.com/golangci-lint) and [linter authors](https://golangci-lint.run/product/thanks/). We appreciate it! :heart: For key updates, see the [changelog](https://golangci-lint.run/product/changelog/#​1647). #### Changelog - [`94946f3`](https://github.com/golangci/golangci-lint/commit/94946f3c52a89774b2c7d255311c34f17f8fac7a) build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.2.0 to 2.2.1 ([#​5509](https://github.com/golangci/golangci-lint/issues/5509)) - [`132365e`](https://github.com/golangci/golangci-lint/commit/132365e252c985a191c6eaea3f0cc01ca9120ccc) build(deps): bump github.com/golangci/dupl from [`3e9179a`](https://github.com/golangci/golangci-lint/commit/3e9179ac440a) to [`f665c8d`](https://github.com/golangci/golangci-lint/commit/f665c8d69b32) ([#​5512](https://github.com/golangci/golangci-lint/issues/5512)) - [`bddd1bc`](https://github.com/golangci/golangci-lint/commit/bddd1bcedbc2f3d767e2362be91ff9eb481493cd) build(deps): bump github.com/securego/gosec/v2 from 2.22.1 to 2.22.2 ([#​5515](https://github.com/golangci/golangci-lint/issues/5515)) - [`624fb4e`](https://github.com/golangci/golangci-lint/commit/624fb4e717dc89f1b55d6a84a69355fe64d60036) build(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0 ([#​5507](https://github.com/golangci/golangci-lint/issues/5507)) - [`8cffdb7`](https://github.com/golangci/golangci-lint/commit/8cffdb7d21e5b2b89f163f70c60ac9686c9d6180) build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 in /scripts/gen_github_action_config in the scripts group ([#​5521](https://github.com/golangci/golangci-lint/issues/5521)) - [`7a3f3d7`](https://github.com/golangci/golangci-lint/commit/7a3f3d7c941475ee01edca221c44ea5ba59290a3) build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 ([#​5508](https://github.com/golangci/golangci-lint/issues/5508)) - [`c13fd5b`](https://github.com/golangci/golangci-lint/commit/c13fd5b7627c436246f36044a575990b5ec75c7d) build(deps): bump honnef.co/go/tools from 0.6.0 to 0.6.1 ([#​5510](https://github.com/golangci/golangci-lint/issues/5510)) ### [`v1.64.6`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1646) [Compare Source](https://github.com/golangci/golangci-lint/compare/v1.64.5...v1.64.6) 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
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: woodpecker-bot Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/439 Co-authored-by: Dependency bot Co-committed-by: Dependency bot --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index bdb6fb0..d7cf141 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -6,7 +6,7 @@ when: steps: lint: depends_on: [] - image: golangci/golangci-lint:v1.64.5 + image: golangci/golangci-lint:v1.64.7 commands: - go version - go install mvdan.cc/gofumpt@latest