Open
Description
Just noticed that all available runs of the 'quick start 2.0' workflow failed probably because of this weird yaml thing where go 1.20
is parsed as version 1.2. The fix should be to quote the version number so it is a string.
I'm not sure if this is actually causing the error, but I guess the setup-go action can't deal with that ancient go version.