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

script: use Go 1.18 image for Toast tasks #5660

Merged
merged 1 commit into from
Apr 5, 2022
Merged

script: use Go 1.18 image for Toast tasks #5660

merged 1 commit into from
Apr 5, 2022

Commits on Apr 5, 2022

  1. script: use Go 1.18 image for Toast tasks

    I changed `Dockerfile.toast` but forgot to update the reference
    to the new image in `toast.yml`, so it was still using a 1.17
    based image.
    
    This meant that `make wire` would fail as it couldn't handle parsing
    generics.
    
    All tasks have been re-run as part of this commit to ensure they
    are working and commit any minor changes resulting from the upgrade.
    milas committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a621e41 View commit details
    Browse the repository at this point in the history