pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.68k stars 208 forks source link

Fix go 1.20 version in github actions #848

Closed pelletier closed 1 year ago

pelletier commented 1 year ago

YAML interprets 1.20 as 1.2 without explicitely being a string.

Follow up to https://github.com/pelletier/go-toml/pull/847