We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8641ba5 commit 2948eaaCopy full SHA for 2948eaa
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Set up Go environment
67
uses: actions/setup-go@v4
68
with:
69
- go-version: '1.22' # 选择 Go 版本
+ go-version: '1.23' # 选择 Go 版本
70
71
- name: Set up npm
72
uses: actions/setup-node@v2
.github/workflows/build_test.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
0 commit comments