Skip to content

Commit

Permalink
Bump kubectl image to 1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com>
  • Loading branch information
viccuad authored Oct 24, 2024
1 parent 73fdf55 commit c183d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Find latest kubectl version
run: |
KUBECTL_VER="$(curl https://storage.googleapis.com/kubernetes-release/release/stable-1.30.txt)"
KUBECTL_VER="$(curl https://storage.googleapis.com/kubernetes-release/release/stable-1.31.txt)"
echo "kubectl_ver=${KUBECTL_VER}" >> $GITHUB_ENV
- run: echo "kubectl binary is at version ${{ env.kubectl_ver }}"
- name: Stop if ${{ github.repository_owner }}/kubectl:${{ env.kubectl_ver }} in repo already
Expand Down

0 comments on commit c183d2b

Please sign in to comment.