Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow builds and tests with the wrong Go compiler #98

Open
magnusbaeck opened this issue Jan 11, 2024 · 0 comments
Open

GitHub workflow builds and tests with the wrong Go compiler #98

magnusbaeck opened this issue Jan 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@magnusbaeck
Copy link
Member

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:

      - name: Set up Go
        uses: actions/setup-go@v5
        with:
          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.

@magnusbaeck magnusbaeck added the bug Something isn't working label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant