Skip to content

Commit 795d6f8

Browse files
committed
chore(ci): fix go version
1 parent 45882b8 commit 795d6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.21
21+
go-version: 1.22
2222
stable: false
2323

2424
- name: Test

0 commit comments

Comments
 (0)