Skip to content

Commit 646571c

Browse files
authored
Merge pull request #2651 from arukiidou/chore/set-netlify-go
Update netlify.toml - add GO_VERSION environment
2 parents 9da7e8a + f1f6560 commit 646571c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netlify.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[build]
33
command = "make docs"
44
publish = "site"
5-
environment = { PYTHON_VERSION = "3.8" }
5+
[build.environment]
6+
PYTHON_VERSION = "3.8"
7+
GO_VERSION = "1.21.4"
68

79
# Standard Netlify redirects
810
[[redirects]]

0 commit comments

Comments
 (0)