Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update for required Go ver and 1.3.0 release. #436

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mining, a certificate from an authority (`CA`) like

## Build and installation

- **Install Go 1.17 or higher**
- **Install Go 1.21 or higher**

Installation instructions can be found here: https://golang.org/doc/install.
Ensure Go was installed properly and is a supported version:
Expand All @@ -65,7 +65,7 @@ mining, a certificate from an authority (`CA`) like
command without cloning this repository:

```sh
$ go install github.com/decred/dcrpool@v1.2.0
$ go install github.com/decred/dcrpool@v1.3.0
```

Using `@master` instead will perform a build using the latest code from the
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/decred/dcrpool

go 1.21

toolchain go1.22.3

require (
decred.org/dcrwallet/v4 v4.1.0
github.com/decred/dcrd/blockchain/standalone/v2 v2.2.1
Expand Down
Loading