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:
parent
58cee6d35f
commit
8ded437d45
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user