From 92a8c9dcca9df004dacb877a8c81a69809635574 Mon Sep 17 00:00:00 2001 From: Domenico Rizzo Date: Tue, 10 Dec 2024 16:21:01 +0100 Subject: [PATCH] Updated golangci-lint version in Docker image The version of golangci-lint used in the Docker image has been downgraded. This was done to ensure compatibility with other components and improve overall stability. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c472128..e99a77f 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ endif ## Docker Images DOCKER_IMAGE_GO ?= "golang:${GO_VERSION}@sha256:21edeab9ed48e9820f0b447cce6ce1900b3aa90ffce3c8b4de7fae5ac333de0c" -DOCKER_IMAGE_GOLINT ?= "golangci/golangci-lint:v1.62.2@sha256:0f3af3929517ed4afa1f1bcba4eae827296017720e08ecd5c68b9f0640bc310d" +DOCKER_IMAGE_GOLINT ?= "golangci/golangci-lint:v1.57.2@sha256:8f3a60a00a83bb7d599d2e028ac0c3573dc2b9ec0842590f1c2e59781c821da7" DOCKER_IMAGE_DOCKERLINT ?= "hadolint/hadolint:v2.12.0" DOCKER_IMAGE_COSIGN ?= "bitnami/cosign:1.8.0@sha256:8c2c61c546258fffff18b47bb82a65af6142007306b737129a7bd5429d53629a" DOCKER_IMAGE_GH_CLI ?= "ghcr.io/supportpal/github-gh-cli:2.31.0@sha256:71371e36e62bd24ddd42d9e4c720a7e9954cb599475e24d1407af7190e2a5685"