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
5ccc99b2
Unverified
Commit
5ccc99b2
authored
Feb 16, 2023
by
Péter Szilágyi
Committed by
GitHub
Feb 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis, build: update Go to 1.20.1 (#26653)
travis, build: update Go to 1.20
parent
194b5c91
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
29 deletions
+41
-29
.travis.yml
.travis.yml
+24
-12
Dockerfile
Dockerfile
+1
-1
Dockerfile.alltools
Dockerfile.alltools
+1
-1
checksums.txt
build/checksums.txt
+14
-14
ci.go
build/ci.go
+1
-1
No files found.
.travis.yml
View file @
5ccc99b2
...
...
@@ -8,15 +8,13 @@ jobs:
go
:
1.17.x
env
:
-
azure-osx
-
azure-ios
-
cocoapods-ios
include
:
# This builder only tests code linters on latest version of Go
-
stage
:
lint
os
:
linux
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
lint
git
:
...
...
@@ -31,7 +29,7 @@ jobs:
os
:
linux
arch
:
amd64
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
docker
services
:
...
...
@@ -48,7 +46,7 @@ jobs:
os
:
linux
arch
:
arm64
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
docker
services
:
...
...
@@ -65,7 +63,7 @@ jobs:
if
:
type = push
os
:
linux
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
ubuntu-ppa
-
GO111MODULE=on
...
...
@@ -90,7 +88,7 @@ jobs:
os
:
linux
dist
:
bionic
sudo
:
required
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
azure-linux
-
GO111MODULE=on
...
...
@@ -120,12 +118,26 @@ jobs:
-
go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
-
go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
# This builder does the OSX Azure uploads
-
stage
:
build
if
:
type = push
os
:
osx
go
:
1.20.x
env
:
-
azure-osx
-
GO111MODULE=on
git
:
submodules
:
false
# avoid cloning ethereum/tests
script
:
-
go run build/ci.go install -dlgo
-
go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
# These builders run the tests
-
stage
:
build
os
:
linux
arch
:
amd64
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
GO111MODULE=on
script
:
...
...
@@ -136,7 +148,7 @@ jobs:
os
:
linux
arch
:
arm64
dist
:
bionic
go
:
1.1
8
.x
go
:
1.1
9
.x
env
:
-
GO111MODULE=on
script
:
...
...
@@ -145,7 +157,7 @@ jobs:
-
stage
:
build
os
:
linux
dist
:
bionic
go
:
1.1
8
.x
go
:
1.1
9
.x
env
:
-
GO111MODULE=on
script
:
...
...
@@ -156,7 +168,7 @@ jobs:
if
:
type = cron
os
:
linux
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
azure-purge
-
GO111MODULE=on
...
...
@@ -170,7 +182,7 @@ jobs:
if
:
type = cron
os
:
linux
dist
:
bionic
go
:
1.
19
.x
go
:
1.
20
.x
env
:
-
GO111MODULE=on
script
:
...
...
Dockerfile
View file @
5ccc99b2
...
...
@@ -4,7 +4,7 @@ ARG VERSION=""
ARG
BUILDNUM=""
# Build Geth in a stock Go builder container
FROM
golang:1.
19
-alpine as builder
FROM
golang:1.
20
-alpine as builder
RUN
apk add
--no-cache
gcc musl-dev linux-headers git
...
...
Dockerfile.alltools
View file @
5ccc99b2
...
...
@@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.
19
-alpine as builder
FROM golang:1.
20
-alpine as builder
RUN apk add --no-cache gcc musl-dev linux-headers git
...
...
build/checksums.txt
View file @
5ccc99b2
# This file contains sha256 checksums of optional build dependencies.
8e486e8e85a281fc5ce3f0bedc5b9d2dbf6276d7db0b25d3ec034f313da0375f go1.19.5
.src.tar.gz
23d22bb6571bbd60197bee8aaa10e702f9802786c2e2ddce5c84527e86b66aa0 go1.19.5
.darwin-amd64.tar.gz
4a67f2bf0601afe2177eb58f825adf83509511d77ab79174db0712dc9efa16c8 go1.19.5
.darwin-arm64.tar.gz
b18a5e1e60130003896e1d1c8a9e142c7cccf6f5063d52c55dd42006434419c1 go1.19.5
.freebsd-386.tar.gz
317996f7427691ff3a7ffd1b6aa089b9c66cd76f32e9107443f2f6aad1bb568a go1.19.5
.freebsd-amd64.tar.gz
f68331aa7458a3598060595f5601d5731fd452bb2c62ff23095ddad68854e510 go1.19.5
.linux-386.tar.gz
36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95 go1.19.5
.linux-amd64.tar.gz
fc0aa29c933cec8d76f5435d859aaf42249aa08c74eb2d154689ae44c08d23b3 go1.19.5
.linux-arm64.tar.gz
e
c14f04bdaf4a62bdcf8b55b9b6434cc27c2df7d214d0bb7076a7597283b026a go1.19.5
.linux-armv6l.tar.gz
e4032e7c52ebc48bad5c58ba8de0759b6091d9b1e59581a8a521c8c9d88dbe93 go1.19.5
.linux-ppc64le.tar.gz
764871cbca841a99a24e239b63c68a4aaff4104658e3165e9ca450cac1fcbea3 go1.19.5
.linux-s390x.tar.gz
8873f5871d996106b701febd979c5af022e6ea58bdbbb3817a28ab948b22c286 go1.19.5
.windows-386.zip
167db91a2e40aeb453d3e59d213ecab06f62e1c4a84d13a06ccda1d999961caa go1.19.5
.windows-amd64.zip
85a75555e82d8aa6f486d8d29491c593389682acce9f0c270090d5938eee30ef go1.19.5
.windows-arm64.zip
b5c1a3af52c385a6d1c76aed5361cf26459023980d0320de7658bae3915831a2 go1.20.1
.src.tar.gz
a300a45e801ab459f3008aae5bb9efbe9a6de9bcd12388f5ca9bbd14f70236de go1.20.1
.darwin-amd64.tar.gz
f1a8e06c7f1ba1c008313577f3f58132eb166a41ceb95ce6e9af30bc5a3efca4 go1.20.1
.darwin-arm64.tar.gz
57d80349dc4fbf692f8cd85a5971f97841aedafcf211e367e59d3ae812292660 go1.20.1
.freebsd-386.tar.gz
6e124d54d5850a15fdb15754f782986f06af23c5ddb6690849417b9c74f05f98 go1.20.1
.freebsd-amd64.tar.gz
3a7345036ebd92455b653e4b4f6aaf4f7e1f91f4ced33b23d7059159cec5f4d7 go1.20.1
.linux-386.tar.gz
000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02 go1.20.1
.linux-amd64.tar.gz
5e5e2926733595e6f3c5b5ad1089afac11c1490351855e87849d0e7702b1ec2e go1.20.1
.linux-arm64.tar.gz
e
4edc05558ab3657ba3dddb909209463cee38df9c1996893dd08cde274915003 go1.20.1
.linux-armv6l.tar.gz
85cfd4b89b48c94030783b6e9e619e35557862358b846064636361421d0b0c52 go1.20.1
.linux-ppc64le.tar.gz
ba3a14381ed4538216dec3ea72b35731750597edd851cece1eb120edf7d60149 go1.20.1
.linux-s390x.tar.gz
61259b5a346193e30b7b3c3f8d108062db25bbb80cf290ee251eeb855965f6ee go1.20.1
.windows-386.zip
3b493969196a6de8d9762d09f5bc5ae7a3e5814b0cfbf9cc26838c2bc1314f9c go1.20.1
.windows-amd64.zip
62d14ddb44bcda27c9b1f5ad9ffd4463013374ed325d762417e2adefd59a802f go1.20.1
.windows-arm64.zip
fba08acc4027f69f07cef48fbff70b8a7ecdfaa1c2aba9ad3fb31d60d9f5d4bc golangci-lint-1.51.1-darwin-amd64.tar.gz
75b8f0ff3a4e68147156be4161a49d4576f1be37a0b506473f8c482140c1e7f2 golangci-lint-1.51.1-darwin-arm64.tar.gz
...
...
build/ci.go
View file @
5ccc99b2
...
...
@@ -139,7 +139,7 @@ var (
// This is the version of go that will be downloaded by
//
// go run ci.go install -dlgo
dlgoVersion
=
"1.
19.5
"
dlgoVersion
=
"1.
20.1
"
)
var
GOBIN
,
_
=
filepath
.
Abs
(
filepath
.
Join
(
"build"
,
"bin"
))
...
...
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