Skip to content
Snippets Groups Projects
Commit ee604d64 authored by Will McCutchen's avatar Will McCutchen
Browse files

Fix go-bindata install w/ go modules, regen static assets

parent 39680b3b
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ TEST_ARGS := -race ...@@ -9,7 +9,7 @@ TEST_ARGS := -race
build: dist/go-httpbin build: dist/go-httpbin
dist/go-httpbin: $(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go dist/go-httpbin: $(GENERATED_ASSETS_PATH) cmd/go-httpbin/*.go httpbin/*.go go.mod
mkdir -p dist mkdir -p dist
go build -o dist/go-httpbin ./cmd/go-httpbin go build -o dist/go-httpbin ./cmd/go-httpbin
...@@ -55,4 +55,4 @@ $(GOLINT): ...@@ -55,4 +55,4 @@ $(GOLINT):
go get -u golang.org/x/lint/golint go get -u golang.org/x/lint/golint
$(GOBINDATA): $(GOBINDATA):
go get -u github.com/kevinburke/go-bindata/... cd /tmp && go get -u github.com/kevinburke/go-bindata/...
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment