You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Dependabot for upgrading the Go compiler is great, but it doesn't take care of the Go compiler reference in the GitHub workflow file:
- name: Set up Gouses: actions/setup-go@v5with:
go-version: "1.17.3"
Could we automate this synchronization somehow, or automatically verify that they're the same? If not, just do a one-shot update and try to remember to push an extra commit to the Dependabot branch the next time we upgrade.
Motivation
We should obviously test with the same compiler that we use for the Docker image builds.
Exemplification
N/A
Benefits
Obvious.
Possible Drawbacks
None.
The text was updated successfully, but these errors were encountered:
Description
Using Dependabot for upgrading the Go compiler is great, but it doesn't take care of the Go compiler reference in the GitHub workflow file:
Could we automate this synchronization somehow, or automatically verify that they're the same? If not, just do a one-shot update and try to remember to push an extra commit to the Dependabot branch the next time we upgrade.
Motivation
We should obviously test with the same compiler that we use for the Docker image builds.
Exemplification
N/A
Benefits
Obvious.
Possible Drawbacks
None.
The text was updated successfully, but these errors were encountered: