Skip to content

Commit f11cd84

Browse files
authored
.github/workflows: Remove obsolete golangci-lint-action input (#973)
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'] ```
1 parent cf16d52 commit f11cd84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
go-version: ${{ steps.go-version.outputs.version }}
2727
- run: go mod download
2828
- uses: golangci/[email protected]
29-
with:
30-
skip-go-installation: true
3129
terraform-provider-corner:
3230
defaults:
3331
run:

0 commit comments

Comments
 (0)