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

feat: add ko test command to build with go test -c #1407

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. feat: add ko test command to build with go test -c

    Add a new command to build images with the output of go test -c.
    
    It allows configuring build and LD flags in .ko.yaml with different
    values for build and test commands for a given importpath.
    vincent-d committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e14c6c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    55a1914 View commit details
    Browse the repository at this point in the history