Skip to content

Commit

Permalink
.github/workflows: Remove obsolete golangci-lint-action input (#196)
Browse files Browse the repository at this point in the history
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']
```
  • Loading branch information
bflad committed May 27, 2022
1 parent ba51b49 commit 21e3000
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-go.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 21e3000

Please sign in to comment.