From 21e30009c96be8d5df4980b6e63baea25d6b94ba Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 27 May 2022 11:05:59 -0400 Subject: [PATCH] .github/workflows: Remove obsolete golangci-lint-action input (#196) 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 a320abfe..4fbbf024 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-tfprotov5: defaults: run: