Skip to content

Commit

Permalink
Remove setting up Go tooling before golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Bonic committed Apr 12, 2022
1 parent 99c59d4 commit 9eff71f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Run go generate
run: go generate
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
test:
Expand Down

0 comments on commit 9eff71f

Please sign in to comment.