1
0

chore(deps): update xgo to go 1.21

This commit is contained in:
kolaente
2023-10-11 23:05:51 +02:00
parent 9a29b29a04
commit 21d0676399
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ If you plan to do a bigger change, it is better to open an issue for discussion
The code for the api is located at [code.vikunja.io/api](https://code.vikunja.io/api).
We use go modules to manage third-party libraries for Vikunja, so you'll need at least go `1.17` to use these.
You'll need at least Go 1.21 to build Vikunja's api.
A lot of developing tasks are automated using a Magefile, so make sure to [take a look at it]({{< ref "mage.md">}}).