Skip to content

Commit

Permalink
feat(dependencies): update Helm version to v3.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero committed Oct 13, 2024
1 parent c6f6ac0 commit 72c6724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
mkdir ./bin
HELM_VERSION=v3.15.4
HELM_VERSION=v3.16.2
HELM_LOCATION="https://get.helm.sh"
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
curl -LO ${HELM_LOCATION}/${HELM_FILENAME} && \
Expand Down

0 comments on commit 72c6724

Please sign in to comment.