CI: remove lint security step as it's crashing

Michael Muré created

Change summary

.github/workflows/go.yml | 2 --
1 file changed, 2 deletions(-)

Detailed changes

.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