sourcegraph / src-cli

Sourcegraph CLI
https://sourcegraph.com
Apache License 2.0
267 stars 57 forks source link

goreleaser: quote go version number #1048

Closed burmudar closed 8 months ago

burmudar commented 8 months ago

YAML sees '1.20' as a number and so it cuts off the trailing 0, leading to the action setting up go 1.2. So we add a '.x' to make it a string.

Action seems to be checking out 1.20

Test plan

CI

camdencheek commented 8 months ago

🙌 YAML 🙌