Skip to content
Snippets Groups Projects
Commit 0dcfab68 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: GO_BUILD_PACKAGES and GO_VULNCHECK_ARGS input mapping

parent 686fc5a6
Branches master
No related tags found
No related merge requests found
......@@ -156,7 +156,6 @@ variables:
# Default packages for 'build' command
GO_BUILD_PACKAGES: $[[ inputs.build-packages ]]
./...
# Default build mode (application/modules/auto)
GO_BUILD_MODE: $[[ inputs.build-mode ]]
......@@ -174,7 +173,6 @@ variables:
GO_MOD_OUTDATED_ARGS: $[[ inputs.mod-outdated-args ]]
GO_VULNCHECK_ARGS: $[[ inputs.vulncheck-args ]]
./...
# Default golangci-lint Docker image (can be overridden)
GO_CI_LINT_IMAGE: $[[ inputs.ci-lint-image ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment