Skip to content

Commit

Permalink
Remove vetting
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Dec 18, 2023
1 parent 756cea2 commit 23cf0b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go

- name: Vet code
run: go vet

- name: Build binaries
run: |
make build
Expand Down

0 comments on commit 23cf0b6

Please sign in to comment.