diff --git a/.travis.yml b/.travis.yml index 7c58726..89ac2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker go: - - '1.8.x' + - '1.10' go_import_path: github.com/eneco/landscaper diff --git a/Makefile b/Makefile index a5e0595..741a705 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,6 @@ publish_docker: docker docker push eneco/landscaper:$(GIT_TAG) publish_github: - curl -sL http://git.io/goreleaser | bash + go get github.com/goreleaser/goreleaser ./scripts/goreleaser.yaml.sh "$(LD_RELEASE_FLAGS)" >/tmp/gorel.yaml goreleaser --config /tmp/gorel.yaml