diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1a800fb..99ee388 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,12 +20,6 @@ jobs: - name: Download dependencies run: go mod download - - name: Install golangci-lint - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin latest - - - name: Run golangci-lint - run: golangci-lint run --timeout=3m - - name: Check formatting run: | if [ "$(gofmt -l $(find . -name '*.go' -not -path './vendor/*'))" ]; then