-
Notifications
You must be signed in to change notification settings - Fork 66.3k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
What part(s) of the article would you like to see updated?
The first YAML example has the go version as a number, which is a problem when the version is 1.20, as it will convert to number (1.2) and then back to string, making the action use the wrong Go version.
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team