bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

Update go-jsonnet #174

Closed comius closed 3 months ago

comius commented 1 year ago

Fixes: https://github.com/bazelbuild/rules_jsonnet/issues/173

EdSchouten commented 7 months ago

I also tested a change similar to yours and observed it to break the same way. Fortunately, the version of jsonnet_go we pull in from BCR does work as expected.

Now that rules_jsonnet has switched to bzlmod (#179), would you be fine with me closing this PR? Thanks for your contribution regardless!