Skip to content

Commit

Permalink
Correct Netflify go build
Browse files Browse the repository at this point in the history
Currently getting `Failed to install Go version "1.22"` - try and fix this with the .x syntax
  • Loading branch information
chadlwilson authored Apr 2, 2024
1 parent 74c136a commit d4a1725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
command = "go get ./build/man/ && go run build/man/man.go && cp _redirects ./_man/html/_redirects"
publish = "_man/html"
[build.environment]
GO_VERSION = "1.22"
GO_VERSION = "1.22.x"

0 comments on commit d4a1725

Please sign in to comment.