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

Switch to maintained go-bindata fork

parent 793a5046
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ go:
- tip
script: make test
before_install:
- go get -u github.com/jteeuwen/go-bindata/...
- go get -u github.com/kevinburke/go-bindata/...
notifications:
email: false
FROM golang:1.9
RUN go get -u github.com/jteeuwen/go-bindata/...
RUN go get -u github.com/kevinburke/go-bindata/...
WORKDIR /go/src/github.com/mccutchen/go-httpbin
COPY . .
RUN make
......
......@@ -24,7 +24,7 @@ clean:
rm -r dist
deps:
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/kevinburke/go-bindata/...
image: assets cmd/go-httpbin/*.go httpbin/*.go
mkdir -p /tmp/go-httpbin-docker
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment