Skip to content

Commit 06e920a

Browse files
authored
Bump go to 1.21.6 in GH kind action (#1496)
Signed-off-by: Yash Sethiya <[email protected]>
1 parent 8d2a1c9 commit 06e920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5 # default version of go is 1.10
2929
with:
30-
go-version: "1.19.6"
30+
go-version: 1.21.6
3131
- name: Install Carvel Tools
3232
run: ./hack/install-deps.sh
3333
# Run benchmark with `go test -bench` and stores the output to a file

0 commit comments

Comments
 (0)