Skip to content

Commit 86b66da

Browse files
committed
chore: update Go version minimum to 1.22.10
1 parent f417457 commit 86b66da

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
- chore: upgrade to the latest go-f3 and allow F3 chain exchange topics ([filecoin-project/lotus#12893](https://github.com/filecoin-project/lotus/pull/12893)
2020

21+
- chore: upgrade drand client, this increases the Go minimum version to v1.22.10.
22+
2123

2224
# UNRELEASED v.1.32.0
2325

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#####################################
2-
FROM golang:1.22.7-bullseye AS lotus-builder
2+
FROM golang:1.22.10-bullseye AS lotus-builder
33
MAINTAINER Lotus Development Team
44

55
RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev

GO_VERSION_MIN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.7
1+
1.22.10

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="https://github.com/filecoin-project/lotus/actions/workflows/check.yml"><img src="https://github.com/filecoin-project/lotus/actions/workflows/check.yml/badge.svg"></a>
1212
<a href="https://github.com/filecoin-project/lotus/actions/workflows/test.yml"><img src="https://github.com/filecoin-project/lotus/actions/workflows/test.yml/badge.svg"></a>
1313
<a href="https://goreportcard.com/report/github.com/filecoin-project/lotus"><img src="https://goreportcard.com/badge/github.com/filecoin-project/lotus" /></a>
14-
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.22.7-blue.svg" /></a>
14+
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.22.10-blue.svg" /></a>
1515
<br>
1616
</p>
1717

@@ -58,10 +58,10 @@ For other distributions you can find the required dependencies [here.](https://l
5858

5959
#### Go
6060

61-
To build Lotus, you need a working installation of [Go 1.22.7 or higher](https://golang.org/dl/):
61+
To build Lotus, you need a working installation of [Go 1.22.10 or higher](https://golang.org/dl/):
6262

6363
```bash
64-
wget -c https://golang.org/dl/go1.22.7.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
64+
wget -c https://golang.org/dl/go1.22.10.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
6565
```
6666

6767
**TIP:**

0 commit comments

Comments
 (0)