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.21, drop Go 1.19, propagate GORACE in testscript #235

Merged
merged 2 commits into from
Sep 26, 2023

Commits on Sep 26, 2023

  1. all: add Go 1.21, drop Go 1.19

    And fix up the tests and code to adapt accordingly.
    While here, update the checkout action as well.
    mvdan committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d05b2bb View commit details
    Browse the repository at this point in the history
  2. testscript: propagate GORACE like we already do with GOCOVERDIR

    Do both in a loop to deduplicate code.
    While here, only set them if they aren't empty;
    this way we don't unnecessarily pollute Vars with entries
    such as `GOCOVERDIR=` when they don't do anything useful.
    mvdan committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    375bfa3 View commit details
    Browse the repository at this point in the history