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

update Go, update the README #273

Merged
merged 3 commits into from
Sep 23, 2024
Merged

update Go, update the README #273

merged 3 commits into from
Sep 23, 2024

Commits on Sep 20, 2024

  1. drop Go 1.21, add Go 1.23

    mvdan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0fe1eae View commit details
    Browse the repository at this point in the history
  2. take advantage of Go 1.22

    cmp.Or and no longer needing to shallow copy range loop vars.
    
    While here, remove an unused parameter as spotted by gopls.
    mvdan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1f14310 View commit details
    Browse the repository at this point in the history
  3. README: update the package list

    dirhash, modfile, module, and semver simply forward to the upstream
    packages now, so we should no longer advertise them to users.
    
    txtar is very close to that state, but not quite. Add a note.
    mvdan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    99e95bb View commit details
    Browse the repository at this point in the history