Skip to content

Commit

Permalink
remove legacy command from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Koryukov Ivan committed Oct 11, 2023
1 parent 2067219 commit fc801b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.3
# Needed for versions <1.14 tests
- name: Install mock
run: |
GO111MODULE=off go get github.com/golang/mock | true
- name: Install tools
run: |
go install github.com/golang/mock/mockgen
go install github.com/golang/mock/mockgen@v1.6.0
- name: Generate mocks
run: |
./gen.sh
Expand Down

0 comments on commit fc801b7

Please sign in to comment.