From 97c5d12772e7d1f1f78eb3cf4f30e7e628f94021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:17:49 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.63.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6970067..c36ab10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ # nosec The image is used solely for linting purposes and does not run as a service -FROM golangci/golangci-lint:v1.62.2@sha256:4e53bfe25ef2f1e14a95da42d694211080f40d118730541ce1513a83cf7587ec as golangci-lint +FROM golangci/golangci-lint:v1.63.4@sha256:7f4c8ee8a63d56caa41c099cf658f68b192b615e0f30e94b8864e81a3ceafb53 as golangci-lint FROM hadolint/hadolint:2.12.0@sha256:30a8fd2e785ab6176eed53f74769e04f125afb2f74a6c52aef7d463583b6d45e as hadolint