Skip to content

Commit 88b1874

Browse files
authored
Fix failure of make check-codegen (#77)
1 parent ec4db3a commit 88b1874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tools:
5353
&& chmod +x $(GO_BINDATA)
5454
$(GO_LINT) version || curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin v1.21.0
5555
$(GO_LICENSER) -version || GO111MODULE=off $(GO_GET) -u github.com/elastic/go-licenser
56-
$(GQL_GEN) version || $(GO_GET) -u github.com/99designs/gqlgen
56+
$(GQL_GEN) version || GO111MODULE=off $(GO_GET) -u github.com/99designs/gqlgen
5757

5858
deps: tools
5959
$(GO_GET) -v -t -d ./...

0 commit comments

Comments
 (0)