Checking that GO111MODULE="auto" helps prevent the error that package 'github.com/dgraph-io/badger/v2' cannot be found.
This commit is contained in:
annelausf 2021-09-24 17:33:15 -07:00 коммит произвёл GitHub
Родитель 2f132c23e2
Коммит e60a234ba3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,8 @@ $GOPATH/bin/sloop
When complete, you should have a running Sloop version accessing the current context from your kubeConfig. Just point your browser at http://localhost:8080/
**NOTE**: Before running ```make```, run ```go env``` and check that the module environment variable is set to ```GO111MODULE=auto```. If it is not run ```go env -w GO111MODULE=auto``` and then ```make```.
Other makefile targets:
* *docker*: Builds a Docker image.