Commit 8a8d0198 authored by acud's avatar acud Committed by GitHub

dockerfile: update golang 1.14 (#30)

* dockerfile, build: update golang version
parent 12ca1b88
......@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.13, 1.x]
go: [1.14, 1.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Setup Go
......
......@@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
- name: Checkout
uses: actions/checkout@v2
- name: Run GoReleaser
......
FROM golang:1.13 AS build
FROM golang:1.14 AS build
ARG COMMIT=""
......
module github.com/ethersphere/bee
go 1.13
go 1.14
require (
github.com/btcsuite/btcd v0.20.1-beta
......
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