We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4db3a commit 88b1874Copy full SHA for 88b1874
Makefile
@@ -53,7 +53,7 @@ tools:
53
&& chmod +x $(GO_BINDATA)
54
$(GO_LINT) version || curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin v1.21.0
55
$(GO_LICENSER) -version || GO111MODULE=off $(GO_GET) -u github.com/elastic/go-licenser
56
- $(GQL_GEN) version || $(GO_GET) -u github.com/99designs/gqlgen
+ $(GQL_GEN) version || GO111MODULE=off $(GO_GET) -u github.com/99designs/gqlgen
57
58
deps: tools
59
$(GO_GET) -v -t -d ./...
0 commit comments