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