From 2c4f52c79dffc8d22f1dbd751e7eda929b07c663 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Tue, 12 Sep 2023 16:34:31 +0300 Subject: [PATCH] update hugo to 0.118.2 (#13845) * update hugo to 0.118.2 * Update go, nodejs * Update ruby and python * Update python --------- Co-authored-by: jacob-delgado --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index f5fe9dbbc847..ded3c1c5bb53 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,12 +2,12 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.117.0" - NODE_VERSION = "18.16.0" + HUGO_VERSION = "0.118.2" + NODE_VERSION = "18.17.1" BUILD_WITH_CONTAINER = "0" - GO_VERSION = "1.20.5" + GO_VERSION = "1.21.1" PYTHON_VERSION = "3.8" - RUBY_VERSION = "3.0.2" + RUBY_VERSION = "3.0.6" [[headers]] for = "/*"