Skip to content

Commit dc1e018

Browse files
Change go get to go install
1 parent 2a35117 commit dc1e018

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
@@ -95,7 +95,7 @@ $(GOPATH)/bin/gosec:
9595

9696
$(GOPATH)/bin/oapi-codegen:
9797
@echo "🔘 Installing oapicodegen ... (`date '+%H:%M:%S'`)"
98-
@go get github.com/deepmap/oapi-codegen/cmd/[email protected]
98+
@go install github.com/deepmap/oapi-codegen/cmd/[email protected]
9999

100100
PHONY+= tools
101101
tools: $(GOPATH)/bin/golangci-lint $(GOPATH)/bin/golint $(GOPATH)/bin/gosec $(GOPATH)/bin/goimports $(GOPATH)/bin/oapi-codegen

0 commit comments

Comments
 (0)