mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] note broken go v1.19.4 in contributing.md (#1278)
This commit is contained in:
parent
2bbc64be43
commit
0871f5d181
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ In case this post disappears, here are the steps (slightly modified):
|
|||
|
||||
#### Binary
|
||||
|
||||
To get started, you first need to have Go installed. GtS is currently using Go 1.19, so you should take that too. See [here](https://golang.org/doc/install).
|
||||
To get started, you first need to have Go installed. GtS is currently using Go 1.19, so you should take that too. See [here](https://golang.org/doc/install) for installation instructions. **WARNING: Go version 1.19.4 does not work due to a bug in Go. Use 1.19.3 or 1.19.5+** instead.
|
||||
|
||||
Once you've got go installed, clone this repository into your Go path. Normally, this should be `~/go/src/github.com/superseriousbusiness/gotosocial`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue