From 65fc9b94924348ae2582ecd10de839b504c53ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:56:32 +0000 Subject: [PATCH 1/3] chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/051d91933864810ecd5e2ea2cfd98f6a5bca5347...2226d7cb06a077cd73e56eedd38eecad18e5d837) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed37669..a1d0f1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: go-version-file: go.mod cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 + uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 with: version: ${{ env.GOLANGCI_LINT_VERSION }} - name: tidy From b5bbc4e4e2ad0792bfc9ab301aac8ad65107b28e Mon Sep 17 00:00:00 2001 From: Julien Schmidt Date: Wed, 26 Feb 2025 10:33:33 +0100 Subject: [PATCH 2/3] chore(ci): Add version comment --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1d0f1b..7e26a4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: go-version-file: go.mod cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 + uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 with: version: ${{ env.GOLANGCI_LINT_VERSION }} - name: tidy From 00c94a8bcd1f16043586204a6764d5ac74da0dd8 Mon Sep 17 00:00:00 2001 From: Julien Schmidt Date: Wed, 26 Feb 2025 10:35:27 +0100 Subject: [PATCH 3/3] chore(lint): update lint config --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index f2b1b03..ab8bc90 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,6 +4,7 @@ run: issues: max-issues-per-linter: 0 max-same-issues: 0 + uniq-by-line: true exclude-rules: - path: _test\.go linters: @@ -22,7 +23,6 @@ issues: - unparam output: - uniq-by-line: true sort-results: true linters: