File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine
2222# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2323ARG 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
2727ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine
2828# renovate: datasource=docker depName=yoheimuta/protolint
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine
2323# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424ARG 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
2828ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine
2929# renovate: datasource=docker depName=zricethezav/gitleaks
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG DOCKERFILE_HADOLINT_VERSION=v2.14.0-alpine
2323# renovate: datasource=docker depName=mstruebing/editorconfig-checker
2424ARG 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
2828ARG KUBERNETES_KUBECONFORM_VERSION=v0.7.0-alpine
2929# renovate: datasource=docker depName=yoheimuta/protolint
Original file line number Diff line number Diff line change 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# ############################################################################################
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments