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

Test against Go1.19, and remove a dependency #242

Merged
merged 5 commits into from Aug 6, 2022
Merged

Test against Go1.19, and remove a dependency #242

merged 5 commits into from Aug 6, 2022

Commits on Aug 6, 2022

  1. Copy the full SHA
    9403396 View commit details
    Browse the repository at this point in the history
  2. Remove x/sys/execabs

    As of Go1.19 the stdlib now has the correct behaviour.
    
    https://tip.golang.org/doc/go1.19#os-exec-path
    dnephin committed Aug 6, 2022
    Copy the full SHA
    39f08fe View commit details
    Browse the repository at this point in the history
  3. Add Go1.19, remove Go1.15

    dnephin committed Aug 6, 2022
    Copy the full SHA
    a382c45 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7527b4f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8d492fd View commit details
    Browse the repository at this point in the history