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

Feature/gomod4110 #3852

Merged
merged 4 commits into from
Aug 31, 2022
Merged

Feature/gomod4110 #3852

merged 4 commits into from
Aug 31, 2022

Commits on Aug 31, 2022

  1. feat: #3840 Move Go to version v4.11.0

    Signed-off-by: Jim.Idle <jimi@gatherstars.com>
    Jim.Idle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ac8854f View commit details
    Browse the repository at this point in the history
  2. feat: #3840 Create the v4 version of the Go runtime

    Signed-off-by: Jim.Idle <jimi@gatherstars.com>
    Jim.Idle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    69fdc2f View commit details
    Browse the repository at this point in the history
  3. feat: Create the v4 runtime layout for the Go runtime, ready for rele…

    …ase tagging
    
    Note that the vast majority of the changes here are just copying the runtime file in to
    the /v4 subdirectory so that we can support legacy projects that use GOPATH only, as well
    as users that can use go modules. At a later release, we will delete the default path, and move
    the v4 subdirectory back to the top level. But, we cannot do that on this release.
    
    Signed-off-by: Jim.Idle <jimi@gatherstars.com>
    Jim.Idle committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b9d975a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca2539a View commit details
    Browse the repository at this point in the history