Skip to content

Commit

Permalink
docs: Update for required Go ver and 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh authored and jholdstock committed Aug 5, 2024
1 parent 3b671b0 commit 2eab2eb
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2eab2eb

Please sign in to comment.