File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<p align =" center " >
44<a href =" https://github.com/MinterTeam/minter-go-node/releases/latest " ><img src =" https://img.shields.io/github/tag/MinterTeam/minter-go-node.svg " alt =" Version " ></a >
5- <a href =" https://github.com/moovweb/gvm " ><img src =" https://img.shields.io/badge/go-1.10 -blue.svg " alt =" Go version " ></a >
5+ <a href =" https://github.com/moovweb/gvm " ><img src =" https://img.shields.io/badge/go-1.15 -blue.svg " alt =" Go version " ></a >
66<a href =" https://github.com/MinterTeam/minter-go-node/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/MinterTeam/minter-go-node.svg " alt =" License " ></a >
77<a href =" https://github.com/MinterTeam/minter-go-node/commits/master " ><img src =" https://img.shields.io/github/last-commit/MinterTeam/minter-go-node.svg " alt =" Last commit " ></a >
88<a href =" https://goreportcard.com/report/github.com/MinterTeam/minter-go-node " ><img src =" https://goreportcard.com/badge/github.com/MinterTeam/minter-go-node " alt =" Go Report Card " ></a >
Original file line number Diff line number Diff line change 11FROM ubuntu:18.04
22
33RUN apt-get update && apt-get install -y software-properties-common build-essential wget
4- RUN wget https://dl.google.com/go/go1.15.2 .linux-amd64.tar.gz && tar -C /usr/local -xzf go1.15.2 .linux-amd64.tar.gz
4+ RUN wget https://dl.google.com/go/go1.15.5 .linux-amd64.tar.gz && tar -C /usr/local -xzf go1.15.5 .linux-amd64.tar.gz
55
66ENV GOPATH=$HOME/go
77ENV PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
You can’t perform that action at this time.
0 commit comments