Skip to content

Commit 8527529

Browse files
committed
fix: Adding build tags for gopls run
1 parent f0e954d commit 8527529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/gopls/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ touch "$OUTPUT_FILE"
1818
while IFS= read -r file; do
1919
echo "START: $file" | tee -a "$OUTPUT_FILE"
2020

21-
if gopls codeaction -kind=quickfix -write "$file"; then
21+
if gopls codeaction -kind=quickfix -write -tags="aws,gcp,ssh,sops,tofu,tflint,engine,parse,mocks,private_registry,awsgcp,awsoidc" "$file"; then
2222
echo "SUCCESS: $file" | tee -a "$OUTPUT_FILE"
2323
else
2424
echo "FAILED: $file" | tee -a "$FAILURES_FILE" "$OUTPUT_FILE"

0 commit comments

Comments
 (0)