Skip to content

Commit 15a6136

Browse files
chore(deps): update dependency google/go-jsonnet to v0.21.0
1 parent 35e6c24 commit 15a6136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# renovate: datasource=github-releases depName=jsonnet-bundler/jsonnet-bundler
1818
JB_VERSION: v0.6.0
1919
# renovate: datasource=github-releases depName=google/go-jsonnet
20-
JSONNET_VERSION: v0.20.0
20+
JSONNET_VERSION: v0.21.0
2121

2222
jobs:
2323
build:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/google/go-jsonnet
3-
rev: v0.20.0
3+
rev: v0.21.0
44
hooks:
55
- id: jsonnet-format
66
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)