From c98691efea5495f9179f16079b3230729e0645f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 22:40:11 +0000 Subject: [PATCH 1/2] Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.5.2 to 3.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.5.2...v3.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index fe803d4..621ae11 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -69,7 +69,7 @@ jobs: stable: false go-version: ${{ env.GO }} - name: Run GolangCi-Lint - uses: golangci/golangci-lint-action@v2.5.2 + uses: golangci/golangci-lint-action@v3.1.0 with: version: latest skip-build-cache: true From 5093aa71f9ea3e9b4dd4a3a412f094cfda6f463a Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Mon, 28 Feb 2022 14:42:00 -0800 Subject: [PATCH 2/2] Update checks.yaml --- .github/workflows/checks.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 621ae11..32ac308 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -73,4 +73,3 @@ jobs: with: version: latest skip-build-cache: true - skip-go-installation: true