use golang 1.15.5 version

This commit is contained in:
ramil 2020-11-13 02:53:29 +03:00
parent ec34f9a866
commit 4ff7d2c477
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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