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

Bump to Go 1.18 and update GH action versions #54

Merged
merged 6 commits into from
Aug 3, 2022

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    22410ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c20b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a839fc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b4bd49 View commit details
    Browse the repository at this point in the history
  5. Set GOROOT

    GOROOT was dropped by actions/setup-go#175.
    
    If it is not set then this test fails with:
    
        --- FAIL: TestGVMRunUse (5.45s)
        --- FAIL: TestGVMRunUse/1.7.4_bash (2.68s)
            use_test.go:54: export GOROOT="/home/runner/.gvm/versions/go1.7.4.linux.amd64"
                export PATH="/home/runner/.gvm/versions/go1.7.4.linux.amd64/bin:$PATH"
    
            use_test.go:79: failed to run go version: exit status 2
                go: cannot find GOROOT directory: /usr/local/go
    andrewkroh committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    72dc8d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40d0537 View commit details
    Browse the repository at this point in the history