From 5e620774de15cc668f265f2f5e7f48399f7f77e3 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Fri, 29 Dec 2023 18:46:17 +0200 Subject: [PATCH] Use latest version of golang ci lint --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a2cef9..47f58f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Dependencies run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin v1.24.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b $GOPATH/bin golangci-lint --version go get golang.org/x/tools/cmd/cover go get -t -v ./...