We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8880b7 commit 7d3acddCopy full SHA for 7d3acdd
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v5
22
with:
23
- go-version: '1.20' # 使用较低的Go版本以提高兼容性
+ go-version: '1.23'
24
check-latest: true
25
26
- name: Get tag name
0 commit comments