Skip to content

Commit

Permalink
Merge pull request #19 from viccuad/main
Browse files Browse the repository at this point in the history
feat: Bump kubectl stable to 1.27
  • Loading branch information
viccuad authored Jul 28, 2023
2 parents 753a1e1 + a35e35c commit b20d3df
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 @@ -15,7 +15,7 @@ jobs:
-
name: Find latest kubectl version
run: |
KUBECTL_VER="$(curl https://storage.googleapis.com/kubernetes-release/release/stable-1.26.txt)"
KUBECTL_VER="$(curl https://storage.googleapis.com/kubernetes-release/release/stable-1.27.txt)"
echo "kubectl_ver=${KUBECTL_VER}" >> $GITHUB_ENV
-
run: echo "kubectl binary is at version ${{ env.kubectl_ver }}"
Expand Down

0 comments on commit b20d3df

Please sign in to comment.