aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 776165d5..90400553 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -54,5 +54,3 @@ jobs:
- name: Check Code Formatting
run: find . -name "*.go" | while read line; do [ -z "$(gofmt -d "$line" | head)" ] || exit 1; done
- - name: Check Security (insecure practices)
- run: make secure-practices