cognitedata / bazel-snapshots

A mechanism for doing incremental deploys with Bazel
Apache License 2.0
10 stars 1 forks source link

Set version in MODULE.bazel #182

Closed psalaberria002 closed 9 months ago

psalaberria002 commented 1 year ago

This seems very annoying, but let's just do it for now.

Should help getting rid of

DEBUG: /bazel-cache/infrastructure/external/gazelle~0.34.0/internal/bzlmod/go_deps.bzl:349:40: Go module "github.com/cognitedata/bazel-snapshots" is provided by Bazel module "com_cognitedata_bazel_snapshots" in version 0.8.0, but requested at higher version 0.9.0 via Go requirements. Consider adding or updating an appropriate "bazel_dep" to ensure that the Bazel module is used to provide the Go module.
mortenmj commented 1 year ago

This will be very annoying to do, and should be part of the release process. We should make a note to fix