Commit cc6c7f07 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

l2geth: bump to go 1.15 (#1058)

* l2geth: bump to go 1.15

* chore: add changeset
parent cc742715
---
'@eth-optimism/l2geth': patch
---
Bump golang version to 1.15
module github.com/ethereum/go-ethereum
go 1.13
go 1.15
require (
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
......
# Build Geth in a stock Go builder container
FROM golang:1.14-alpine as builder
FROM golang:1.15-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment