bump Go version to 1.16

This commit is contained in:
i-norden 2021-11-08 19:05:35 -06:00
parent 212bf4c4b2
commit dcf8afb96c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG

View File

@ -6,7 +6,7 @@ services:
context: ./
cache_from:
- alpine:latest
- golang:1.13
- golang:1.16
dockerfile: ./Dockerfile
args:
USER: "vdbm"

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vulcanize/eth-statediff-service
go 1.13
go 1.16
require (
github.com/ethereum/go-ethereum v1.10.9