good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
maticnetwork
bor
Commits
95d5c220
Unverified
Commit
95d5c220
authored
6 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
travis, appveyor: bump to Go 1.10.1
parent
3caf16b1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+9
-9
9 additions, 9 deletions
.travis.yml
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
with
11 additions
and
11 deletions
.travis.yml
+
9
−
9
View file @
95d5c220
...
...
@@ -18,7 +18,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
"
1.10
"
go
:
1.10
.x
script
:
-
sudo modprobe fuse
-
sudo chmod 666 /dev/fuse
...
...
@@ -27,7 +27,7 @@ matrix:
-
go run build/ci.go test -coverage
-
os
:
osx
go
:
"
1.10
"
go
:
1.10
.x
script
:
-
unset -f cd
# workaround for https://github.com/travis-ci/travis-ci/issues/8703
-
brew update
...
...
@@ -39,7 +39,7 @@ matrix:
# This builder only tests code linters on latest version of Go
-
os
:
linux
dist
:
trusty
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
lint
git
:
...
...
@@ -50,7 +50,7 @@ matrix:
# This builder does the Ubuntu PPA upload
-
os
:
linux
dist
:
trusty
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
ubuntu-ppa
git
:
...
...
@@ -69,7 +69,7 @@ matrix:
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
azure-linux
git
:
...
...
@@ -103,7 +103,7 @@ matrix:
dist
:
trusty
services
:
-
docker
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
azure-linux-mips
git
:
...
...
@@ -147,7 +147,7 @@ matrix:
git
:
submodules
:
false
# avoid cloning ethereum/tests
before_install
:
-
curl https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.10.
1.
linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
...
...
@@ -164,7 +164,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
azure-osx
-
azure-ios
...
...
@@ -193,7 +193,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
-
os
:
linux
dist
:
trusty
go
:
"
1.10
"
go
:
1.10
.x
env
:
-
azure-purge
git
:
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
95d5c220
...
...
@@ -23,8 +23,8 @@ environment:
install
:
-
git submodule update --init
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-%GETH_ARCH%.zip
-
7z x go1.10.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.
1.
windows-%GETH_ARCH%.zip
-
7z x go1.10.
1.
windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
gcc --version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment