From 242ee3c0c5586213268be235d86d995c730d0957 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Tue, 2 Apr 2024 07:01:41 +0000 Subject: [PATCH] chore: bump golangci-lint version --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 6bdfc42..28c0c09 100644 --- a/Earthfile +++ b/Earthfile @@ -1,6 +1,6 @@ VERSION 0.7 ARG --global GO_VERSION=1.22.1 -ARG --global GOLANGCILINT_VERSION=v1.54.2 +ARG --global GOLANGCILINT_VERSION=v1.57.1 ARG --global GORELEASER_VERSION=v1.24.0 FROM golang:$GO_VERSION-alpine3.18 WORKDIR /glucose_exporter