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: go in docker failing #1989

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Commits on Oct 1, 2024

  1. fix: go in docker

    nrwiersma committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    694ddc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Set the appropriate environment variables

    In my testing earlier today I found that setting GOPROXY, GOSUMDB, and GOROOT alleviated errors on a base alpine image. The base alpine image is much smaller than the Go one.
    matt0x6F authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c04db37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c38186 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    matt0x6F authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b67bef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2ab60f View commit details
    Browse the repository at this point in the history