Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: Update to go 1.11. #1463

Merged
merged 1 commit into from
Sep 20, 2018
Merged

docker: Update to go 1.11. #1463

merged 1 commit into from
Sep 20, 2018

Conversation

dajohi
Copy link
Member

@dajohi dajohi commented Sep 20, 2018

Fixes #1462

Dockerfile Outdated
RUN go get -u github.com/golang/dep/cmd/dep
RUN dep ensure
RUN go install . ./cmd/...
RUN env GO111MODULE=on go install ./...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fairly certain this should be . ./cmd/...

RUN go get -u github.com/golang/dep/cmd/dep
RUN dep ensure
RUN CGO_ENABLED=0 GOOS=linux go install . ./cmd/...
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go install ./...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@davecgh davecgh changed the title [docker] Update to go 1.11 docker: Update to go 1.11. Sep 20, 2018
@davecgh davecgh merged commit 8e71fd0 into decred:master Sep 20, 2018
@dajohi dajohi deleted the docker-111 branch February 28, 2019 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants