Skip to content

Commit

Permalink
Update to golang 1.18.8 in places I forgot about
Browse files Browse the repository at this point in the history
  • Loading branch information
ianconsolata committed Nov 23, 2022
1 parent 2e04575 commit 9fb818b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://circleci.com/gh/filecoin-project/lotus"><img src="https://circleci.com/gh/filecoin-project/lotus.svg?style=svg"></a>
<a href="https://codecov.io/gh/filecoin-project/lotus"><img src="https://codecov.io/gh/filecoin-project/lotus/branch/master/graph/badge.svg"></a>
<a href="https://goreportcard.com/report/github.com/filecoin-project/lotus"><img src="https://goreportcard.com/badge/github.com/filecoin-project/lotus" /></a>
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.18.1-blue.svg" /></a>
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.18.8-blue.svg" /></a>
<br>
</p>

Expand Down Expand Up @@ -71,10 +71,10 @@ For other distributions you can find the required dependencies [here.](https://l

#### Go

To build Lotus, you need a working installation of [Go 1.18.1 or higher](https://golang.org/dl/):
To build Lotus, you need a working installation of [Go 1.18.8 or higher](https://golang.org/dl/):

```bash
wget -c https://golang.org/dl/go1.18.1.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
wget -c https://golang.org/dl/go1.18.8.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
```

**TIP:**
Expand Down
2 changes: 1 addition & 1 deletion testplans/composer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.1-buster as tg-build
FROM golang:1.18.8-buster as tg-build

ARG TESTGROUND_REF="oni"
WORKDIR /usr/src
Expand Down
2 changes: 1 addition & 1 deletion testplans/docker-images/Dockerfile.oni-buildbase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.1
ARG GO_VERSION=1.18.8

FROM golang:${GO_VERSION}-buster

Expand Down
2 changes: 1 addition & 1 deletion testplans/docker-images/Dockerfile.oni-runtime
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.1
ARG GO_VERSION=1.18.8

FROM golang:${GO_VERSION}-buster as downloader

Expand Down
2 changes: 1 addition & 1 deletion testplans/docker-images/Dockerfile.oni-runtime-debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.1
ARG GO_VERSION=1.18.8

FROM golang:${GO_VERSION}-buster as downloader

Expand Down

0 comments on commit 9fb818b

Please sign in to comment.