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

Set Golang version in Dockerfile #132

Merged
merged 2 commits into from
Mar 15, 2024

Commits on Mar 12, 2024

  1. Set Golang version in Dockerfile

    Directly install a desired Go version instead of first installing what the builder image provides, and then using Golang CLI to get the desired version. It stems from an error we have seen in building the contianer at post-submit job
    razo7 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0038a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Don't install Golang from base image

    Redundant step, and Golang desired version will be installed afterward from official page
    razo7 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0dbee7c View commit details
    Browse the repository at this point in the history