From 4643f5fe06ffb4fad108546df6e2b989cb4ee1dd Mon Sep 17 00:00:00 2001 From: Alexey Kiselev Date: Tue, 24 Sep 2024 15:01:06 +0400 Subject: [PATCH] GolangCI-Lint updated to version v1.61.0. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f967d0457..9cee80a54 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: cache: true - name: Set up GolangCI-Lint - run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.60.2 + run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.61.0 - name: Check out code into the Go module directory uses: actions/checkout@v4