mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-09 15:25:01 +00:00
chore(deps): update golangci/golangci-lint (#1834)
* chore(deps): update golangci/golangci-lint | datasource | package | from | to | | --------------- | ---------------------- | ------- | ------- | | github-releases | golangci/golangci-lint | v1.64.7 | v1.64.8 | | github-releases | golangci/golangci-lint | 1.64.7 | 1.64.8 | * Fix golangci-lint version format in workflow 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
bb13d05f01
commit
292811bdde
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -42,5 +42,5 @@ jobs:
|
||||
if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
|
||||
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
|
||||
with:
|
||||
version: v1.64.7 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v1.64.8 ## renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
args: -v --timeout=10m
|
||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ TARGETS=darwin linux windows
|
||||
TERRAFORM_PLUGIN_EXTENSION=
|
||||
VERSION=0.73.1# x-release-please-version
|
||||
|
||||
GOLANGCI_LINT_VERSION=v1.64.7# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
GOLANGCI_LINT_VERSION=v1.64.8# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
|
||||
# check if opentofu is installed and use it if it is,
|
||||
# otherwise use terraform
|
||||
|
Loading…
Reference in New Issue
Block a user