From 1bbe2037f3f7524cf9c3de15a6b1142a95619f41 Mon Sep 17 00:00:00 2001 From: Alex Sharov <AskAlexSharov@gmail.com> Date: Fri, 1 Apr 2022 15:20:27 +0700 Subject: [PATCH] linter 1.445 (#3809) --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f0bbec6c6..faeaf5ea7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: if: matrix.os == 'ubuntu-20.04' uses: golangci/golangci-lint-action@v3 with: - version: v1.44 + version: v1.45 skip-pkg-cache: true skip-build-cache: true - run: make test diff --git a/Makefile b/Makefile index a2cf9828cc..8eb512b048 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ lintci: lintci-deps: rm -f ./build/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.44.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.45.2 clean: go clean -cache -- GitLab