Skip to content

Commit

Permalink
fix: bump up jq version to support arm64 architecture (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
mablanco committed Nov 14, 2023
1 parent 286d35a commit bf3571f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Static check
run: |
# Install asdf and expose to PATH
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1
. $HOME/.asdf/asdf.sh
# Add asdf plugins and install tools in .tool-versions
make asdf_install
Expand Down
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
argocd 2.9.0
eksctl 0.151.0
awscli 2.13.34
eksctl 0.151.0
gcloud 445.0.0
golang 1.21.4
golangci-lint 1.55.2
jq 1.6
helm 3.13.2
initium 0.5.0
jq 1.6
kind 0.17.0
kubectl 1.27.4
pre-commit 3.5.0
tilt 0.33.3
gcloud 445.0.0
initium 0.5.0

0 comments on commit bf3571f

Please sign in to comment.