Skip to content

Commit 0a97e30

Browse files
authored
use golang 1.15.5 version (#34)
1 parent ec34f9a commit 0a97e30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/on-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- statediff_at_anyblock-1.9.11
7+
- v1.9.23-statediff-0.0.10
8+
- v1.9.23-statediff-0.0.9
79

810
jobs:
911
build:

Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build Geth in a stock Go builder container
2-
FROM golang:1.13 as builder
2+
FROM golang:1.15.5 as builder
33

44
#RUN apk add --no-cache make gcc musl-dev linux-headers git
55

0 commit comments

Comments
 (0)