Skip to content

Commit 1df7900

Browse files
Merge pull request #121 from kubernetes-sigs/LiorLieberman-patch-3
fix go version in release.yaml
2 parents a2b5c99 + e962fcd commit 1df7900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: '1.20'
16+
go-version: '1.21'
1717
id: go
1818

1919
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)