Skip to content

Commit

Permalink
Fix linter-action by remove go-setup.
Browse files Browse the repository at this point in the history
- Turns out v3 of golint removed the go-setup dependency: golangci/golangci-lint-action#403

Signed-off-by: Brendan Winter <bwinter@vmware.com>
  • Loading branch information
bwinter committed Apr 24, 2023
1 parent 4599174 commit 64cc0cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -7,11 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.17
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
skip-cache: true
Expand Down

0 comments on commit 64cc0cf

Please sign in to comment.