Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set GO1.16.9 as default GO version for goreleaser (#698)
related to #697 Github virtual environment Ubuntu20.04 has [cached several Go tools](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#go). GoReleaser doesn't accept `builds.gobinary` [parameter](https://goreleaser.com/customization/build/) and still uses default GO1.15. In order to fixing dependabot alerts, I would like to bump up the versions of some modules that are already [required to be compiled in GO 1.16](https://github.com/k8gb-io/k8gb/runs/4009137543?check_suite_focus=true#step:3:64). I'm introducing setup-go action which is switching GO to desired version. Signed-off-by: kuritka <[email protected]>
- Loading branch information