Skip to content

Commit 8dd9206

Browse files
chore(deps): update dependency mgechev/revive to v1.15.0 (#7389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c44e1fa commit 8dd9206

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.14.0-alpine
2222
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2323
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.6.1
2424
# renovate: datasource=github-tags depName=mgechev/revive
25-
ARG GO_REVIVE_VERSION=v1.14.0
25+
ARG GO_REVIVE_VERSION=v1.15.0
2626
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2727
ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-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.14.0-alpine
2323
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.6.1
2525
# renovate: datasource=github-tags depName=mgechev/revive
26-
ARG GO_REVIVE_VERSION=v1.14.0
26+
ARG GO_REVIVE_VERSION=v1.15.0
2727
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2828
ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-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.14.0-alpine
2323
# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424
ARG EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION=v3.6.1
2525
# renovate: datasource=github-tags depName=mgechev/revive
26-
ARG GO_REVIVE_VERSION=v1.14.0
26+
ARG GO_REVIVE_VERSION=v1.15.0
2727
# renovate: datasource=docker depName=ghcr.io/yannh/kubeconform
2828
ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-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.14.0
15+
ARG GO_REVIVE_VERSION=v1.15.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
@@ -150,7 +150,7 @@ linters:
150150
# - COPY --link --from=revive /usr/bin/revive /usr/bin/revive
151151
- |-
152152
# renovate: datasource=github-tags depName=mgechev/revive
153-
ARG GO_REVIVE_VERSION=v1.14.0
153+
ARG GO_REVIVE_VERSION=v1.15.0
154154
- |-
155155
FROM golang:1-alpine AS revive
156156
## The golang image used as a builder is a temporary workaround (https://github.com/mgechev/revive/issues/787)

0 commit comments

Comments
 (0)