Skip to content

Commit baf7d49

Browse files
authored
fix: the go version is incorrect during release stage (#9)
Co-authored-by: rick <[email protected]>
1 parent 81aba58 commit baf7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: 1.20.x
30+
go-version: 1.22.x
3131
- name: Image Registry Login
3232
if: github.ref != 'refs/heads/master'
3333
run: |

0 commit comments

Comments
 (0)