fleet/.github
KanchiMoe 9e9fd633c7
Update 'install go' Github Actions to use tag as it uses deprecated commands (#11408)
At the moment, in Github Actions, when a job has `uses:
actions/setup-go` it uses a specific commit from that repo.

In that commit, it used `set-output` somewhere, which is now deprecated
and will be disabled within the next month or so.

See here for more information:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This PR changes every instance where `actions/setup-go@...` was used and
replaces it with release `v2.1.3`. [From the release
notes](https://github.com/actions/setup-go/releases/tag/v2.1.3):

> Updated communication with runner to use environment files rather then
workflow commands

Which is what the above Github blog recommends doing.

---

Addationally, the latest version of this Github Action is
[`v4.0.0`](https://github.com/actions/setup-go/releases/tag/v4.0.0),
which you may want to update to in the future.
2023-05-17 15:56:16 -05:00
..
ISSUE_TEMPLATE Create release-article template (#11517) 2023-05-11 09:34:01 -07:00
scripts Check whether the infra dependencies are ready before E2E test (#870) 2021-06-02 16:56:44 -07:00
workflows Update 'install go' Github Actions to use tag as it uses deprecated commands (#11408) 2023-05-17 15:56:16 -05:00
dependabot.yml Turn down dependabot settings (#10571) 2023-03-27 11:22:18 -07:00
pull_request_template.md update pull request template with link to docs on changes (#8400) 2022-10-21 11:34:44 -06:00