Skip to content

Commit 84b4a33

Browse files
chore(deps): update dependency google/go-jsonnet to v0.21.0 (#45)
* chore(deps): update dependency google/go-jsonnet to v0.21.0 * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maxime Brunet <max@brnt.mx>
1 parent 8a88711 commit 84b4a33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -38,7 +38,7 @@ jobs:
3838
mkdir -p "${HOME}/.local/bin"
3939
echo "${HOME}/.local/bin" >>"${GITHUB_PATH}"
4040
gh --repo=google/go-jsonnet release download "${JSONNET_VERSION}" \
41-
--output=- --pattern='go-jsonnet_*_Linux_x86_64.tar.gz' \
41+
--output=- --pattern='go-jsonnet_Linux_x86_64.tar.gz' \
4242
| tar -zxvf - -C "${HOME}/.local/bin" jsonnet jsonnet-lint jsonnetfmt
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.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)