Skip to content

Commit

Permalink
use go 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kobtea committed Jan 24, 2019
1 parent 2c6e8f7 commit 78633c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ docker-release: docker-build
$(DEP):
curl https://github.com/golang/dep/master/install.sh | sh

$(GORELEASER): $(DEP)
go get golang.org/x/tools/cmd/stringer
go get -d github.com/goreleaser/goreleaser
cd $(GOPATH)/src/github.com/goreleaser/goreleaser && \
$(DEP) ensure -vendor-only && \
make build && \
mv ./goreleaser $(GOPATH)/bin
$(GORELEASER):
@wget -O - "https://github.com/goreleaser/goreleaser/releases/download/v0.98.0/goreleaser_$(shell uname -o | cut -d'/' -f2)_$(shell uname -m).tar.gz" | tar xvzf - -C /tmp
@mv /tmp/goreleaser $(GOPATH)/bin
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit 78633c5

Please sign in to comment.