aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-03 08:37:21 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-03 08:37:21 -0500
commit7601e79d2b60315e259f36e96d7bfdcc92d3fcba (patch)
treee84c2c8f33d7610ea83da9a8c2ed774a8da0fa48 /.github/workflows/go.yml
parent344438b9cb216dd878221600071d3ac8093ad34b (diff)
parent3915d2b76e17ae7058510d3b4cd91b24786bb526 (diff)
downloadgit-bug-7601e79d2b60315e259f36e96d7bfdcc92d3fcba.tar.gz
deps: fix merge conflicts in dependencies
Diffstat (limited to '.github/workflows/go.yml')
-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