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