Skip to content

Commit ed969e5

Browse files
chore(deps): update dependency mgechev/revive to v1.7.0 (#4798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ec1d43 commit ed969e5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.12.0-alpine
2222
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2323
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.2.0
2424
# renovate: datasource=github-tags depName=mgechev/revive
25-
ARG GO_REVIVE_VERSION=v1.6.1
25+
ARG GO_REVIVE_VERSION=v1.7.0
2626
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2727
ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine
2828
# renovate: datasource=docker depName=yoheimuta/protolint

flavors/cupcake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.12.0-alpine
2323
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.2.0
2525
# renovate: datasource=github-tags depName=mgechev/revive
26-
ARG GO_REVIVE_VERSION=v1.6.1
26+
ARG GO_REVIVE_VERSION=v1.7.0
2727
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2828
ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine
2929
# renovate: datasource=docker depName=zricethezav/gitleaks

flavors/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.12.0-alpine
2323
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.2.0
2525
# renovate: datasource=github-tags depName=mgechev/revive
26-
ARG GO_REVIVE_VERSION=v1.6.1
26+
ARG GO_REVIVE_VERSION=v1.7.0
2727
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2828
ARG KUBERNETES_KUBECONFORM_VERSION=v0.6.7-alpine
2929
# renovate: datasource=docker depName=yoheimuta/protolint

linters/go_revive/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#############################################################################################
1313
#ARGTOP__START
1414
# renovate: datasource=github-tags depName=mgechev/revive
15-
ARG GO_REVIVE_VERSION=v1.6.1
15+
ARG GO_REVIVE_VERSION=v1.7.0
1616
#ARGTOP__END
1717

1818
#############################################################################################

megalinter/descriptors/go.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ linters:
9090
# - COPY --link --from=revive /usr/bin/revive /usr/bin/revive
9191
- |-
9292
# renovate: datasource=github-tags depName=mgechev/revive
93-
ARG GO_REVIVE_VERSION=v1.6.1
93+
ARG GO_REVIVE_VERSION=v1.7.0
9494
- |-
9595
FROM golang:1-alpine AS revive
9696
## The golang image used as a builder is a temporary workaround (https://github.com/mgechev/revive/issues/787)

0 commit comments

Comments
 (0)