update readme file
This commit is contained in:
@@ -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 = "/"
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user