Skip to content

Commit

Permalink
Add workaround for Go Modules issue
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Oct 31, 2018
1 parent 9c74f37 commit 4b08a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- image: circleci/golang:1.11.1
steps:
- checkout
# Workaround for https://github.com/golang/go/issues/27925
- run: go get -v k8s.io/client-go
- run: go vet
- run: curl -sL https://git.io/goreleaser | bash

Expand Down

0 comments on commit 4b08a49

Please sign in to comment.