Skip to content

Commit

Permalink
Use go1.12 in lint build (#7680)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoakes authored Mar 20, 2020
1 parent 31845f1 commit ec50037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ matrix:
- python setup.py check --restructuredtext --strict --metadata
- cd ..
# Run Bazel linter Buildifier.
- wget -q https://dl.google.com/go/go1.11.linux-amd64.tar.gz
- tar -xf go1.11.linux-amd64.tar.gz
- wget -q https://dl.google.com/go/go1.12.linux-amd64.tar.gz
- tar -xf go1.12.linux-amd64.tar.gz
- mkdir $HOME/go_dir
- export GOROOT=`pwd`/go
- export GOPATH="$HOME/go_dir"
Expand Down

0 comments on commit ec50037

Please sign in to comment.