From 54b32f8a7f03a705a2162b1ea2249b6bf64b8c5b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Aug 2024 00:21:30 +0100
Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to
 v1.60.3 (#89)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Earthfile b/Earthfile
index d09f74f..c2731b9 100644
--- a/Earthfile
+++ b/Earthfile
@@ -40,7 +40,7 @@ golang-base:
 
     # install linter
     # binary will be $(go env GOPATH)/bin/golangci-lint
-    RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.2
+    RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3
     RUN ls -la $(which golangci-lint)
 
     SAVE IMAGE --push tochemey/docker-go:1.22.5-${VERSION}