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

Preventing panic due to invalid yaml file #234

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Preventing panic due to invalid yaml file #234

merged 3 commits into from
Sep 24, 2023

Commits on Sep 23, 2023

  1. Preventing panic due to invalid yaml file

    Prevents panic, but just displays an error instead of panic.
    This is for issue goccy/go-yaml#373,
    so it may be removed if go-yaml is updated.
    noborus committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    82683ec View commit details
    Browse the repository at this point in the history
  2. Can't use multiple %w yet

    noborus committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7d87977 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. exclude windows-latest go1.19

    windows-latest's go 1.19 build doesn't work and is excluded.
    noborus committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7a74366 View commit details
    Browse the repository at this point in the history