Commit 17f7837b authored by Esad Akar's avatar Esad Akar Committed by GitHub

go: update to 1.16 (#1657)

parent 8481cd7c
......@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.15]
go: [1.16]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Setup Go
......
......@@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Checkout
uses: actions/checkout@v2
with:
......
FROM golang:1.15 AS build
FROM golang:1.16 AS build
WORKDIR /src
# enable modules caching in separate layer
......
module github.com/ethersphere/bee
go 1.14
go 1.16
require (
github.com/btcsuite/btcd v0.21.0-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