Skip to content

Commit

Permalink
chore: remove unnecessary install
Browse files Browse the repository at this point in the history
go mod tidy will do the rest
  • Loading branch information
mdelapenya committed Apr 4, 2022
1 parent 8e35feb commit 872e1e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ jobs:
- name: Get dependencies
if: ${{ matrix.go-version != '1.x' }}
run: |
go get -v -t -d ./...
go get gotest.tools/gotestsum
- name: Get dependencies for 1.18
if: ${{ matrix.go-version == '1.x' }}
run: |
go install -v -t -d ./...
go install gotest.tools/gotestsum
- name: modVerify
Expand Down

0 comments on commit 872e1e0

Please sign in to comment.