Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 10192bd

Browse files
authored
fix 1.11 ga test failure (#511)
1 parent dcd893e commit 10192bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v2
2525

26+
# Needed for versions <1.14 tests
27+
- name: Install mock
28+
run: |
29+
GO111MODULE=off go get github.com/golang/mock | true
30+
2631
- name: Vet and build
2732
run: |
2833
go vet ./...

0 commit comments

Comments
 (0)