1
0
mirror of https://github.com/ko-build/ko.git synced 2025-07-15 23:54:17 +02:00

Update golangci-lint and fix issues (#519)

This commit is contained in:
Markus Thömmes
2021-11-25 16:27:40 +01:00
committed by GitHub
parent 5787600e92
commit d91d7a45e8
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ func passthru(command string) runCmd {
// Start building a command line invocation by passing
// through our arguments to command's CLI.
//nolint:gosec // We actively want to pass arguments through, so this is fine.
ecmd := exec.CommandContext(ctx, command, os.Args[1:]...)
// Pass through our environment