Skip to content

Commit

Permalink
Bump go to 1.21.6 in GH kind action (#1496)
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Sethiya <[email protected]>
  • Loading branch information
sethiyash authored Feb 23, 2024
1 parent 8d2a1c9 commit 06e920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5 # default version of go is 1.10
with:
go-version: "1.19.6"
go-version: 1.21.6
- name: Install Carvel Tools
run: ./hack/install-deps.sh
# Run benchmark with `go test -bench` and stores the output to a file
Expand Down

0 comments on commit 06e920a

Please sign in to comment.