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
open
bor
Commits
2469c4ec
Unverified
Commit
2469c4ec
authored
5 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
travis, Dockerfile, appveyor: bump to Go 1.13
parent
39b0b1a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+12
-12
12 additions, 12 deletions
.travis.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.alltools
+1
-1
1 addition, 1 deletion
Dockerfile.alltools
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
with
16 additions
and
16 deletions
.travis.yml
+
12
−
12
View file @
2469c4ec
...
...
@@ -18,15 +18,15 @@ jobs:
-
stage
:
build
os
:
linux
dist
:
xenial
go
:
1.1
0
.x
go
:
1.1
1
.x
script
:
-
go run build/ci.go install
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
go run build/ci.go install
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
stage
:
build
os
:
linux
dist
:
xenial
go
:
1.1
1
.x
go
:
1.1
2
.x
script
:
-
go run build/ci.go install
-
go run build/ci.go test -coverage $TEST_PACKAGES
...
...
@@ -35,14 +35,14 @@ jobs:
-
stage
:
build
os
:
linux
dist
:
xenial
go
:
1.1
2
.x
go
:
1.1
3
.x
script
:
-
go run build/ci.go install
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
stage
:
build
os
:
osx
go
:
1.1
2
.x
go
:
1.1
3
.x
script
:
-
echo "Increase the maximum number of open file descriptors on macOS"
-
NOFILE=20480
...
...
@@ -61,7 +61,7 @@ jobs:
if
:
type = push
os
:
linux
dist
:
xenial
go
:
1.1
2
.x
go
:
1.1
3
.x
env
:
-
ubuntu-ppa
git
:
...
...
@@ -85,7 +85,7 @@ jobs:
os
:
linux
dist
:
xenial
sudo
:
required
go
:
1.1
2
.x
go
:
1.1
3
.x
env
:
-
azure-linux
git
:
...
...
@@ -121,7 +121,7 @@ jobs:
dist
:
xenial
services
:
-
docker
go
:
1.1
2
.x
go
:
1.1
3
.x
env
:
-
azure-linux-mips
git
:
...
...
@@ -167,7 +167,7 @@ jobs:
git
:
submodules
:
false
# avoid cloning ethereum/tests
before_install
:
-
curl https://dl.google.com/go/go1.1
2
.linux-amd64.tar.gz | tar -xz
-
curl https://dl.google.com/go/go1.1
3
.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
...
...
@@ -185,7 +185,7 @@ jobs:
-
stage
:
build
if
:
type = push
os
:
osx
go
:
1.1
2
.x
go
:
1.1
3
.x
env
:
-
azure-osx
-
azure-ios
...
...
@@ -216,7 +216,7 @@ jobs:
if
:
type = cron
os
:
linux
dist
:
xenial
go
:
1.1
2
.x
go
:
1.1
3
.x
env
:
-
azure-purge
git
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
2469c4ec
# Build Geth in a stock Go builder container
FROM
golang:1.1
2
-alpine
as
builder
FROM
golang:1.1
3
-alpine
as
builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.alltools
+
1
−
1
View file @
2469c4ec
# Build Geth in a stock Go builder container
FROM golang:1.1
2
-alpine as builder
FROM golang:1.1
3
-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
2469c4ec
...
...
@@ -23,8 +23,8 @@ environment:
install
:
-
git submodule update --init
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://dl.google.com/go/go1.1
2.9
.windows-%GETH_ARCH%.zip
-
7z x go1.1
2.9
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://dl.google.com/go/go1.1
3
.windows-%GETH_ARCH%.zip
-
7z x go1.1
3
.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