Skip to content

Commit

Permalink
.github/workflows: Remove obsolete golangci-lint-action input (#67)
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 a2ef752 commit a4b73c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-go.yml
Expand Up @@ -4,7 +4,7 @@ name: ci-go
on:
pull_request:
paths:
- .github/workflows/test.yml
- .github/workflows/ci-go.yml
- .golangci.yml
- .go-version
- go.mod
Expand All @@ -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
test:
name: test (Go v${{ matrix.go-version }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4b73c9

Please sign in to comment.