update go and hugo verison

This commit is contained in:
Somrat
2024-04-15 10:42:05 +06:00
parent f994a8b6e6
commit 209218706c
7 changed files with 21 additions and 21 deletions

View File

@@ -2,8 +2,8 @@
# default versions
NODE_VERSION='18.16.1';
GO_VERSION='1.20.5';
HUGO_VERSION='0.121.2';
GO_VERSION='1.22.2';
HUGO_VERSION='0.124.1';
# install Node.js
# echo "Installing Node.js $NODE_VERSION..."