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

Always use "strict" mode #281

Merged
merged 1 commit into from
Dec 22, 2020
Merged

Commits on Dec 22, 2020

  1. Always use "strict" mode

    We dropped this flag, so we're always in non-strict mode by default,
    so if there is a ko:// reference that fails to build, we don't error
    out. This drops some guards so that we are always in strict mode and
    only build ko:// things.
    jonjohnsonjr committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    6586a72 View commit details
    Browse the repository at this point in the history