diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1ff2297..c084662 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,12 +19,12 @@ jobs: - name: Set go proxy mirror run: /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ && /usr/local/go/bin/go env -w GOSUMDB=off - - name: Download sqlite go driver - run: /usr/local/go/bin/go get auth-proxy/src - - name: Download dependencies run: /usr/local/go/bin/go mod download + - name: Tidy modules + run: /usr/local/go/bin/go mod tidy + - name: Check formatting run: | if [ "$(/usr/local/go/bin/gofmt -l $(find . -name '*.go' -not -path './vendor/*'))" ]; then