Commit 1052e690 authored by Esad Akar's avatar Esad Akar Committed by GitHub

Revert "go: update to 1.16 (#1657)" (#1855)

This reverts commit 17f7837b.
parent 799c5116
......@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.16]
go: [1.15]
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.16
go-version: 1.15
- name: Checkout
uses: actions/checkout@v2
with:
......
FROM golang:1.16 AS build
FROM golang:1.15 AS build
WORKDIR /src
# enable modules caching in separate layer
......
module github.com/ethersphere/bee
go 1.16
go 1.15
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