Skip to content

Commit

Permalink
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 eb2ef77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -7,9 +7,6 @@ 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
with:
Expand Down

0 comments on commit eb2ef77

Please sign in to comment.