Skip to content

Commit

Permalink
fix: remove step to download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 14, 2023
1 parent 712f654 commit 8a60c53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ^1.20
- name: Download dependencies
run: go mod vendor
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 8a60c53

Please sign in to comment.