Skip to content

Commit 217db62

Browse files
committed
bazel: getting ready for BCR
* Stop testing in 5.x * Inform bcr we need at least bazel 6
1 parent 9a3c89c commit 217db62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MODULE.bazel

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
module(
44
name = "bazeldnf",
5-
version = "v0.5.9",
5+
version = "0.0.0",
6+
bazel_compatibility = [">=6.0.0"],
67
compatibility_level = 0,
78
)
89

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gofmt:
1616
gofmt -w pkg/.. cmd/..
1717

1818
e2e-workspace:
19-
@for version in 5.x 6.x 7.x; do \
19+
@for version in 6.x 7.x; do \
2020
( \
2121
cd e2e/bazel-workspace && \
2222
echo "Testing $$version" > /dev/stderr && \

0 commit comments

Comments
 (0)