ci: remove stale vendor directory before build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Successful in 22s

This commit is contained in:
Franz Kafka 2026-03-22 11:24:43 +00:00
parent 5b942a5fd6
commit b2cca0a346

View file

@ -18,5 +18,8 @@ jobs:
with:
go-version-file: go.mod
- name: Clean vendor
run: rm -rf vendor
- name: Test
run: go test -race -v ./...