From 6e0e0edf40de097eaf71dc31e54720f0b55f07ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:14:18 +0100 Subject: [PATCH] Bump mgechev/revive from 1.5.0 to 1.5.1 (#151) Bumps [mgechev/revive](https://github.com/mgechev/revive) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](https://github.com/mgechev/revive/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: mgechev/revive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb41ab7..4ed557b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN GOOS=$TARGETOS GOARCH=$TARGETARCH \ go build -ldflags="-X 'main.version=${VERSION}'" -FROM ghcr.io/mgechev/revive:1.5.0 +FROM ghcr.io/mgechev/revive:1.5.1 LABEL repository="https://github.com/morphy2k/revive-action" LABEL homepage="https://github.com/morphy2k/revive-action"