Skip to content

goreleaser: quote go version number

Erik Seliger requested to merge wb/fix-go-version into main

Created by: burmudar

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

Merge request reports

Loading