From 60e13658426a3fa3646d4b91efe1848fa99db894 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Mon, 20 Mar 2023 20:40:55 +0200 Subject: [PATCH] Update to latest 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 8711888..2cf3a02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,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.50.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 ./...