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

Fix Go package self-test failure, introduced by a9145135 #30

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. Fix Go package self-test failure, introduced by a914513

    Was previously failing Go package self-test due to incorrect version
    spec syntax in a914513, which had "go-version: '1.20'" in test.yml.
    
    Correct status badge stuck on "Passing", hiding CI failures such as
    the above, by dropping use of GitHub status badges altogether, for
    reasons elaborated in README.md.tmpl.
    
    Drop Windows-based test: There is no Windows-specific code in Goat.
    
    Tidy the pre-push workflow for contributors.
    dmullis committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    52d2917 View commit details
    Browse the repository at this point in the history