update readme file

This commit is contained in:
somrat sorkar
2023-05-31 08:58:29 +06:00
parent a9c3dc90d3
commit 23d086d430
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ publish = "public"
command = "yarn build"
[build.environment]
HUGO_VERSION = "0.112.3"
HUGO_VERSION = "0.112.5"
GO_VERSION = "1.19.4"
HUGO_BASEURL = "/"

View File

@@ -2,7 +2,7 @@
# default versions
if [ -z $GO_VERSION ]; then GO_VERSION='1.19.3'; fi
if [ -z $HUGO_VERSION ]; then HUGO_VERSION='0.112.3'; fi
if [ -z $HUGO_VERSION ]; then HUGO_VERSION='0.112.5'; fi
# install Go
curl -sSOL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz