Merge pull request #11693 from dinever/docs-go-version
Change minimum required Go version to 1.16 in docspull/11668/head
commit
76f22866e9
3
Makefile
3
Makefile
|
@ -866,8 +866,7 @@ site/themes/docsy/assets/vendor/bootstrap/package.js: ## update the website docs
|
|||
out/hugo/hugo:
|
||||
mkdir -p out
|
||||
test -d out/hugo || git clone https://github.com/gohugoio/hugo.git out/hugo
|
||||
go get golang.org/dl/go1.16 && go1.16 download
|
||||
(cd out/hugo && go1.16 build --tags extended)
|
||||
(cd out/hugo && go build --tags extended)
|
||||
|
||||
.PHONY: site
|
||||
site: site/themes/docsy/assets/vendor/bootstrap/package.js out/hugo/hugo ## Serve the documentation site to localhost
|
||||
|
|
|
@ -7,7 +7,7 @@ weight: 2
|
|||
|
||||
## Prerequisites
|
||||
|
||||
* A recent Go distribution (>=1.12)
|
||||
* A recent Go distribution (>=1.16)
|
||||
* If you are on Windows, you'll need Docker to be installed.
|
||||
* 4GB of RAM
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ The minikube ISO is booted by each hypervisor to provide a stable minimal Linux
|
|||
|
||||
## Prerequisites
|
||||
|
||||
* A recent Go distribution (>=1.12)
|
||||
* A recent Go distribution (>=1.16)
|
||||
* If you are on Windows, you'll need Docker to be installed.
|
||||
* 4GB of RAM
|
||||
* Build tools:
|
||||
|
|
Loading…
Reference in New Issue