Skip to content

Commit

Permalink
fix: specify kubectl version in gh-action (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Oct 18, 2023
1 parent 18673a2 commit 3212f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ runs:

- name: Setup kubectl
uses: azure/setup-kubectl@v3
with:
version: v1.28.0

- name: Setup Golang
uses: actions/setup-go@v4
Expand Down

0 comments on commit 3212f04

Please sign in to comment.