build: update to go 1.20 (#4866)
parent
e408cb19b1
commit
370a3b1e8d
|
@ -21,7 +21,7 @@ In order to build and contribute to __Authelia__, you need to make sure the foll
|
||||||
* General:
|
* General:
|
||||||
* [git]
|
* [git]
|
||||||
* Backend Development:
|
* Backend Development:
|
||||||
* [go] *(v1.19 or greater)*
|
* [go] *(v1.20 or greater)*
|
||||||
* [gcc]
|
* [gcc]
|
||||||
* Frontend Development
|
* Frontend Development
|
||||||
* [Node.js] *(v18 or greater)*
|
* [Node.js] *(v18 or greater)*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "16.18.1"
|
NODE_VERSION = "16.18.1"
|
||||||
NPM_VERSION = "8.19.2"
|
NPM_VERSION = "8.19.2"
|
||||||
GO_VERSION = "1.19.4"
|
GO_VERSION = "1.20.0"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "pnpm run build"
|
command = "pnpm run build"
|
||||||
|
|
Loading…
Reference in New Issue