We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e6c24 commit 15a6136Copy full SHA for 15a6136
.github/workflows/build.yml
@@ -17,7 +17,7 @@ env:
17
# renovate: datasource=github-releases depName=jsonnet-bundler/jsonnet-bundler
18
JB_VERSION: v0.6.0
19
# renovate: datasource=github-releases depName=google/go-jsonnet
20
- JSONNET_VERSION: v0.20.0
+ JSONNET_VERSION: v0.21.0
21
22
jobs:
23
build:
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/google/go-jsonnet
3
- rev: v0.20.0
+ rev: v0.21.0
4
hooks:
5
- id: jsonnet-format
6
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments