mirror of https://github.com/etcd-io/website.git
CI: drop Go version constraint (#695)
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
parent
a986a37c3d
commit
99de115eec
|
@ -2,8 +2,5 @@
|
|||
publish = "public"
|
||||
command = "npm run build:preview"
|
||||
|
||||
[build.environment]
|
||||
GO_VERSION = "1.16" # Temporary, while we need to build htmltext >v0.14
|
||||
|
||||
[context.production]
|
||||
command = "npm run build:production"
|
||||
|
|
Loading…
Reference in New Issue