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

Remove GO111MODULE=auto from Travis. #42

Merged
merged 1 commit into from
May 16, 2020
Merged

Remove GO111MODULE=auto from Travis. #42

merged 1 commit into from
May 16, 2020

Conversation

yuizumi
Copy link
Contributor

@yuizumi yuizumi commented May 15, 2020

webpackager no longer compiles without Go modules: the latest version of github.com/hashicorp/go-multierror requires Go 1.14.

README.md Outdated
@@ -86,6 +86,9 @@ availability) at this moment.
go get -u github.com/google/webpackager/cmd/...
```

**Note:** Currently Web Packager compiles on Go 1.11+ but you need to enable
Go modules (by settting `GO111MODULE=on`) if using Go 1.11.
Copy link
Collaborator

Choose a reason for hiding this comment

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

1.11 -> 1.11+

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed. Go 1.13+ doesn't require GO111MODULE=on:
golang/go#31857

(I assumed this behavior to be for Go 1.12+ though).

webpackager no longer compiles without Go modules: the latest version
of github.com/hashicorp/go-multierror requires Go 1.14.
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