[chore] bump go version -> 1.21.x (#2287)

* [chore] bump go version -> 1.21.x

* versions

* lint
This commit is contained in:
tobi 2023-10-23 14:07:31 +02:00 committed by GitHub
commit 013a17f5e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 11 deletions

View file

@ -148,7 +148,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.20, so you should take that too. See [here](https://golang.org/doc/install) for installation instructions.
To get started, you first need to have Go installed. GtS is currently using Go 1.21, so you should take that too. See [here](https://golang.org/doc/install) for installation instructions.
Once you've got go installed, clone this repository into your Go path. Normally, this should be `~/go/src/github.com/superseriousbusiness/gotosocial`.