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 go1.21 and CI #315

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Update go1.21 and CI #315

merged 2 commits into from
Apr 9, 2024

Commits on Apr 1, 2024

  1. Update to go 1.21

    Use `atomic.Bool` stdlib instead of including our own.
    
    Include `tools\mkwinsyscall` updates from go-winio/283 to switch to
    `syscallN`.
    Note: removed `// TODO` about `print`/`ln`, since the latter adds spaces
    between args when printing, which is undesired.
    
    Also update CI to run steps on windows-2022 instead of windows-2019,
    similar to our hcsshim CI.
    
    Signed-off-by: Hamza El-Saawy <[email protected]>
    helsaawy committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b034afc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. PR: simplify type checking

    Signed-off-by: Hamza El-Saawy <[email protected]>
    helsaawy committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    873ef3e View commit details
    Browse the repository at this point in the history