Skip to content

Commit

Permalink
Go 1.16 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jun 2, 2021
1 parent f1ebf32 commit b530054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.lotus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.6 AS builder-deps
FROM golang:1.16.4 AS builder-deps
MAINTAINER Lotus Development Team

RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev
Expand Down
2 changes: 1 addition & 1 deletion testplans/lotus-soup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/lotus/testplans/lotus-soup

go 1.15
go 1.16

require (
contrib.go.opencensus.io/exporter/prometheus v0.1.0
Expand Down

0 comments on commit b530054

Please sign in to comment.