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

Fix docker build issues #15919

Closed

Commits on Feb 8, 2024

  1. Fix docker build issues

    We don't pin the minor version of the go docker
    image and the recent update to 1.22 resulted in
    the following error:
    
    ```
    go env -w GO111MODULE=off && go get gopkg.in/yaml.v2
    go: modules disabled by GO111MODULE=off; see 'go help modules'
    ```
    
    This commit pins the Go docker image to 1.21
    until we resolve the issue in a more proper manner
    (using go modules) in a follow up PR.
    dliappis committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    06ff0eb View commit details
    Browse the repository at this point in the history