We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9dda6 commit 435bed5Copy full SHA for 435bed5
.travis.yml
@@ -9,18 +9,6 @@ jobs:
9
- azure-osx
10
11
include:
12
- # This builder only tests code linters on latest version of Go
13
- - stage: lint
14
- os: linux
15
- dist: bionic
16
- go: 1.21.x
17
- env:
18
- - lint
19
- git:
20
- submodules: false # avoid cloning ethereum/tests
21
- script:
22
- - GOGC=10 go run build/ci.go lint
23
-
24
# These builders create the Docker sub-images for multi-arch push and each
25
# will attempt to push the multi-arch image if they are the last builder
26
- stage: build
0 commit comments