From f7c39e558f444c31b13d4a0eb0ebc7de011ad8bc Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 1 Aug 2023 11:44:29 -0700 Subject: [PATCH] ci: Upgrade to latest golangci-lint Upgrades to the latest release of golangci-lint. This will allow enabling more checks, using the GitHub action, etc. --- .github/workflows/stage-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-lint.yml b/.github/workflows/stage-lint.yml index a8fcd152..8c081558 100644 --- a/.github/workflows/stage-lint.yml +++ b/.github/workflows/stage-lint.yml @@ -28,7 +28,7 @@ jobs: fi - name: Lint run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3 make lint-golang || true check-copyright: