diff --git a/src.yaml b/src.yaml index 3655120a614..b2baf87ca31 100644 --- a/src.yaml +++ b/src.yaml @@ -1,7 +1,7 @@ package: name: src version: 5.5.0 - epoch: 0 + epoch: 1 description: Sourcegraph CLI copyright: - license: Apache-2.0 @@ -27,7 +27,10 @@ pipeline: - uses: go/bump with: + # The replacement must run before the initial tidy, otherwise the repo resolution fails and so does the build. The build will run tidy. + skip-initial-tidy: true deps: github.com/golang/protobuf@v1.5.4 k8s.io/api@v0.27.13 k8s.io/apimachinery@v0.27.13 k8s.io/client-go@v0.27.13 k8s.io/metrics@v0.27.13 + replaces: github.com/sourcegraph/sourcegraph/lib=github.com/sourcegraph/sourcegraph-public-snapshot/lib@v0.0.0-20240709083501-1af563b61442 - uses: go/build with: