diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5a7c906..8c04627 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,16 +24,6 @@ jobs: run: | git config --global url."https://oauth2:${REGISTRY_PAT}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com" - - name: cache go modules + build cache - # uses: actions/cache@v4 - # with: - # path: | - ~/.cache/go-build - ~/go/pkg/mod - # key: # go-${{ runner.os }}-${{ hashFiles('go.sum') }} - # restore-keys: | - # go-${{ runner.os }}- - - name: gofmt run: | fmt_out="$(gofmt -l ./cmd ./internal)"