From 8ded437d45a2a5b290a761c8ef1ef296c790536e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 01:05:03 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Update=20golangci/golangci-lint-ac?= =?UTF-8?q?tion=20action=20(v7=20=E2=86=92=20v8)=20(#1950)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci): Update golangci/golangci-lint-action action (v7 → v8) | datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | golangci/golangci-lint-action | v7 | v8 | * cleanup Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/workflows/golangci-lint.yml | 2 +- proxmoxtf/resource/container/container.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 21345ff2..6c9a4663 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,7 +40,7 @@ jobs: - name: Lint code if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}} - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 with: version: v2.1.5 # renovate: depName=golangci/golangci-lint datasource=github-releases skip-cache: true diff --git a/proxmoxtf/resource/container/container.go b/proxmoxtf/resource/container/container.go index 25325b50..8558444a 100644 --- a/proxmoxtf/resource/container/container.go +++ b/proxmoxtf/resource/container/container.go @@ -1934,7 +1934,7 @@ func containerCreateStart(ctx context.Context, d *schema.ResourceData, m interfa return containerRead(ctx, d, m) } -// NOTE: this function is NOT used in `read`!s +// NOTE: this function is NOT used in `read`! func containerGetExistingNetworkInterface( ctx context.Context, containerAPI *containers.Client,