Improve testing on Go-tip #5601
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
We have a CI workflow that runs only on the main branch commits that in addition to regular unit tests runs them on
gotip
version of Go. Recently it started failing because it cannot download Go tip by commit hash, perhaps due to some upstream failure to build the distro.The gotip installation is done by this action .github/actions/setup-go-tip/action.yml:
Proposal:
echo "{name}={value}" >> "$GITHUB_OUTPUT"
)In order to test the changes, I'd recommend implementing them first in a test project, similar to https://github.com/yurishkuro/test-project-3/tree/master/.github.
The text was updated successfully, but these errors were encountered: