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

Upgrade to go 1.22.1 (with fix for dockerfiles) #1764

Merged
merged 8 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. Upgrade to golang 1.22 (without dockerfile fix)

    Reapply "Upgrade to golang 1.22 (#1753)" (#1766)
    
    This reverts commit a63a46f and fixes
    merge conflicts with golang 1.21.7 upgrade which went in earlier.
    gargnitingoogle committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9ec66d1 View commit details
    Browse the repository at this point in the history
  2. Fix containerize_gcsfuse/dockerfile for go 1.22

    Does the following
    1. Create a go module (go.mod) in a directory package_gcsfuse,
       to bypass the change in go get behaviour introduced in 1.17
       and enforced in go 1.22.
    2. Fix some paths and commands etc. accordingly in the dockerfile.
    gargnitingoogle committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d6959a6 View commit details
    Browse the repository at this point in the history
  3. Fix package_gcsfuse/dockerfile for go 1.22

    Does the following
    1. Create a go module (go.mod) in a directory package_gcsfuse,
       to bypass the change in go get behaviour introduced in 1.17
       and enforced in go 1.22.
    2. Fix some paths and commands etc. accordingly in the dockerfile.
    gargnitingoogle committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0c3c9b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce54c36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb56f3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a812499 View commit details
    Browse the repository at this point in the history
  7. Minimize run of git clone

    Fetch only the last commit state in docker files
    during git clone to reduce its runtime.
    This reduces the runtime of git clone dramatically.
    gargnitingoogle committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    18e7b7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1144c0a View commit details
    Browse the repository at this point in the history