use golang 1.15.5 version #34
2
.github/workflows/on-master.yaml
vendored
2
.github/workflows/on-master.yaml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- statediff_at_anyblock-1.9.11
|
- statediff_at_anyblock-1.9.11
|
||||||
|
- v1.9.23-statediff-0.0.10
|
||||||
|
- v1.9.23-statediff-0.0.9
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Build Geth in a stock Go builder container
|
# Build Geth in a stock Go builder container
|
||||||
FROM golang:1.13 as builder
|
FROM golang:1.15.5 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user