Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 50daedb

Browse files
committed
chore(deps): update dependency itchyny/gojq to v0.12.12
1 parent 749eafd commit 50daedb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if ! type regctl >/dev/null 2>&1 || test "$(regctl version | jq -r .VCSTag | tr
154154
"https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-linux-${alt_arch}"
155155
chmod +x "${docker_setup_cache}/bin/regctl"
156156
fi
157-
GOJQ_VERSION=0.12.11
157+
GOJQ_VERSION=0.12.12
158158
if ! type jq >/dev/null 2>&1; then
159159
debug "Installing (go)jq"
160160
mkdir -p "${docker_setup_cache}/bin"

tools/gojq/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gojq
2-
version: "0.12.11"
2+
version: "0.12.12"
33
check: ${binary} --version | cut -d' ' -f2
44
platforms:
55
- linux/amd64

0 commit comments

Comments
 (0)