Use go1.12 in lint build (#7680)

This commit is contained in:
Edward Oakes
2020-03-20 16:52:41 -05:00
committed by GitHub
parent 31845f17a5
commit ec50037ee1
+2 -2
View File
@@ -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"