From a6e0b131078b8f6f5e0c95be20e7877618fd6bad Mon Sep 17 00:00:00 2001 From: Bick Doner Date: Fri, 20 Jan 2023 10:39:22 +0100 Subject: [PATCH] Update contribute.md Go version 1.16.x is needed for embed. Go package `swag` is required for `go generate` command to be run. --- docs/contribute.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 2fbcf2ae3..c31fb56e8 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -15,7 +15,8 @@ This page describe the project structure and gives you a bit of context to start - Node.js >= v10.x - npm or yarn -- Go >= 1.13 +- Go >= 1.16 +- [swag](https://github.com/swaggo/swag) **Note:** if you're using npm, just replace `yarn ` by `npm run `.