Skip to content

Commit 7d3acdd

Browse files
committed
update go version
1 parent e8880b7 commit 7d3acdd

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.20' # 使用较低的Go版本以提高兼容性
23+
go-version: '1.23'
2424
check-latest: true
2525

2626
- name: Get tag name

0 commit comments

Comments
 (0)