Skip to content

Commit

Permalink
Remove GO111MODULE=auto from Travis.
Browse files Browse the repository at this point in the history
webpackager no longer compiles without Go modules: the latest version
of github.com/hashicorp/go-multierror requires Go 1.14.
  • Loading branch information
yuizumi committed May 15, 2020
1 parent 9e38718 commit b8e6a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: go

env:
- GO111MODULE=auto
- GO111MODULE=on
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


## Usage

Expand Down

0 comments on commit b8e6a0b

Please sign in to comment.