Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
cc6c7f07
Unverified
Commit
cc6c7f07
authored
Jun 10, 2021
by
Mark Tyneway
Committed by
GitHub
Jun 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l2geth: bump to go 1.15 (#1058)
* l2geth: bump to go 1.15 * chore: add changeset
parent
cc742715
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
grumpy-spiders-yell.md
.changeset/grumpy-spiders-yell.md
+5
-0
go.mod
l2geth/go.mod
+1
-1
Dockerfile.geth
ops/docker/Dockerfile.geth
+1
-1
No files found.
.changeset/grumpy-spiders-yell.md
0 → 100644
View file @
cc6c7f07
---
'
@eth-optimism/l2geth'
:
patch
---
Bump golang version to 1.15
l2geth/go.mod
View file @
cc6c7f07
module github.com/ethereum/go-ethereum
module github.com/ethereum/go-ethereum
go 1.1
3
go 1.1
5
require (
require (
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
...
...
ops/docker/Dockerfile.geth
View file @
cc6c7f07
# Build Geth in a stock Go builder container
# Build Geth in a stock Go builder container
FROM golang:1.1
4
-alpine as builder
FROM golang:1.1
5
-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
RUN apk add --no-cache make gcc musl-dev linux-headers git
...
...
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