Skip to content

Commit

Permalink
ci: remove golint
Browse files Browse the repository at this point in the history
the golint repository is archived and golint is nolonger maintained, we always ignore the errors anyways
  • Loading branch information
Tinyblargon committed Aug 15, 2024
1 parent 28b35a7 commit 9caa336
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,6 @@ jobs:
- name: Run staticcheck
run: staticcheck ./...

golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Install golint
run: go install golang.org/x/lint/golint@latest
- name: Run golint
run: golint ./...

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9caa336

Please sign in to comment.