From 848348aa234e8975920648aded82bf752c7e1489 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 26 May 2022 15:52:17 -0400 Subject: [PATCH] .github/workflows: Remove obsolete golangci-lint-action input Reference: https://github.com/golangci/golangci-lint-action/releases/tag/v3.0.0 Removes this warning on invocation: ``` Warning: Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache'] ``` --- .github/workflows/ci-go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 13eba7e282..4b026af62e 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -26,8 +26,6 @@ jobs: go-version: ${{ steps.go-version.outputs.version }} - run: go mod download - uses: golangci/golangci-lint-action@v3.2.0 - with: - skip-go-installation: true terraform-provider-corner: defaults: run: