From 8c098ec745a2e2f9d05aaa55feb380724e9f60a1 Mon Sep 17 00:00:00 2001 From: toimtoimtoim Date: Fri, 5 Nov 2021 09:20:34 +0200 Subject: [PATCH] fix Github workflow --- .github/workflows/gommon.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gommon.yml b/.github/workflows/gommon.yml index cefbc1f..6d99965 100644 --- a/.github/workflows/gommon.yml +++ b/.github/workflows/gommon.yml @@ -43,7 +43,6 @@ jobs: - name: Run Tests run: | - golint -set_exit_status ./... go test -race --coverprofile=coverage.coverprofile --covermode=atomic ./... - name: Upload coverage to Codecov