diff --git a/packages/goreleaser/build.yaml b/packages/goreleaser/build.yaml index 316c257..51c5490 100644 --- a/packages/goreleaser/build.yaml +++ b/packages/goreleaser/build.yaml @@ -1,7 +1,7 @@ requires: - name: "toolchain-go" category: "development" - version: ">=1.18" + version: ">=0" prelude: - mkdir go/src/github.com/${GITHUB_ORG}/ -p - cd go/src/github.com/${GITHUB_ORG}/ && git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git