Chore: Update Makefile to support go workspace (#83549)

This commit is contained in:
Todd Treece
2024-02-29 17:22:18 -05:00
committed by GitHub
parent 42b55aedbc
commit d7b031f318
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -96,6 +96,7 @@ def pr_pipelines():
test_backend(
get_pr_trigger(
include_paths = [
"Makefile",
"pkg/**",
"packaging/**",
".drone.yml",
@@ -112,6 +113,7 @@ def pr_pipelines():
lint_backend_pipeline(
get_pr_trigger(
include_paths = [
"Makefile",
"pkg/**",
"packaging/**",
".drone.yml",