0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00

chore(ci): Update golangci/golangci-lint-action action (v7 → v8) (#1950)

* 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>
This commit is contained in:
renovate[bot] 2025-05-06 01:05:03 +00:00 committed by GitHub
parent 58cee6d35f
commit 8ded437d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,