Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
cfde0b5f
Unverified
Commit
cfde0b5f
authored
Jun 14, 2018
by
Péter Szilágyi
Committed by
GitHub
Jun 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16977 from karalabe/go-1.10.3
travis, appveyor: update to Go 1.10.3
parents
3fb5f3ae
de06185f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+1
-1
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
cfde0b5f
...
...
@@ -146,7 +146,7 @@ matrix:
git
:
submodules
:
false
# avoid cloning ethereum/tests
before_install
:
-
curl https://storage.googleapis.com/golang/go1.10.
2
.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.10.
3
.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
...
...
appveyor.yml
View file @
cfde0b5f
...
...
@@ -23,8 +23,8 @@ environment:
install
:
-
git submodule update --init
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.
2
.windows-%GETH_ARCH%.zip
-
7z x go1.10.
2
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.
3
.windows-%GETH_ARCH%.zip
-
7z x go1.10.
3
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
gcc --version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment