Skip to content

Commit

Permalink
fix(ci): Fix install step
Browse files Browse the repository at this point in the history
  • Loading branch information
beyerleinf committed Oct 11, 2024
1 parent c20502f commit d7a6129
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: "Install dependencies"
run: |
go get .
run: "go mod download"
- name: "Lint"
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit d7a6129

Please sign in to comment.