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

Commit

Permalink
fix 1.11 ga test failure (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jan 22, 2021
1 parent dcd893e commit 10192bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# Needed for versions <1.14 tests
- name: Install mock
run: |
GO111MODULE=off go get github.com/golang/mock | true
- name: Vet and build
run: |
go vet ./...
Expand Down

0 comments on commit 10192bd

Please sign in to comment.