mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
Use go1.12 in lint build (#7680)
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user