Skip to content

Commit c700a29

Browse files
committed
chore: upgrade go to v1.23.0
1 parent 5d49bda commit c700a29

File tree

13 files changed

+566
-543
lines changed

13 files changed

+566
-543
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Set up Go
128128
uses: actions/setup-go@v5
129129
with:
130-
go-version: ^1.22.0
130+
go-version: ^1.23.0
131131

132132
- name: Setup compiler environment
133133
id: info

README-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil
213213

214214
- Make
215215

216-
- Golang 1.22+
216+
- Golang 1.23+
217217

218218
- node.js 21+
219219

README-vi_VN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Trên các nền tảng không có phiên bản xây dựng chính thức, chún
277277
### Điều kiện cần
278278

279279
- Make
280-
- Golang 1.22+
280+
- Golang 1.23+
281281
- node.js 21+
282282

283283
```shell

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ docker run -dit \
207207

208208
- Make
209209

210-
- Golang 1.22+
210+
- Golang 1.23+
211211

212212
- node.js 21+
213213

README-zh_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ docker run -dit \
212212

213213
- Make
214214

215-
- Golang 1.22+
215+
- Golang 1.23+
216216

217217
- node.js 21+
218218

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ On platforms that do not have an official build version, they can be built manua
275275

276276
- Make
277277

278-
- Golang 1.22+
278+
- Golang 1.23+
279279

280280
- node.js 21+
281281

app/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414
"@0xjacky/vue-github-button": "^3.1.1",
1515
"@ant-design/icons-vue": "^7.0.1",
1616
"@formkit/auto-animate": "^0.8.2",
17-
"@vue/reactivity": "^3.4.35",
18-
"@vue/shared": "^3.4.35",
19-
"@vueuse/components": "^10.11.0",
20-
"@vueuse/core": "^10.11.0",
21-
"@vueuse/integrations": "^10.11.0",
17+
"@vue/reactivity": "^3.4.37",
18+
"@vue/shared": "^3.4.37",
19+
"@vueuse/components": "^10.11.1",
20+
"@vueuse/core": "^10.11.1",
21+
"@vueuse/integrations": "^10.11.1",
2222
"@xterm/addon-attach": "^0.11.0",
2323
"@xterm/addon-fit": "^0.10.0",
2424
"@xterm/xterm": "^5.5.0",
2525
"ant-design-vue": "^4.2.3",
26-
"apexcharts": "^3.51.0",
27-
"axios": "^1.7.2",
26+
"apexcharts": "^3.52.0",
27+
"axios": "^1.7.4",
2828
"dayjs": "^1.11.12",
2929
"highlight.js": "^11.10.0",
3030
"lodash": "^4.17.21",
3131
"marked": "^10.0.0",
3232
"nprogress": "^0.2.0",
33-
"pinia": "^2.2.0",
33+
"pinia": "^2.2.1",
3434
"pinia-plugin-persistedstate": "^3.2.1",
3535
"reconnecting-websocket": "^4.4.0",
3636
"sortablejs": "^1.15.2",
3737
"universal-cookie": "^7.2.0",
38-
"vite-plugin-build-id": "^0.3.4",
39-
"vue": "^3.4.35",
40-
"vue-router": "^4.4.1",
38+
"vite-plugin-build-id": "^0.3.5",
39+
"vue": "^3.4.37",
40+
"vue-router": "^4.4.3",
4141
"vue3-ace-editor": "2.2.4",
4242
"vue3-apexcharts": "1.5.3",
4343
"vue3-gettext": "3.0.0-beta.5",
@@ -51,12 +51,12 @@
5151
"@types/sortablejs": "^1.15.8",
5252
"@typescript-eslint/eslint-plugin": "^6.21.0",
5353
"@typescript-eslint/parser": "^6.21.0",
54-
"@vitejs/plugin-vue": "^5.1.1",
55-
"@vitejs/plugin-vue-jsx": "^4.0.0",
56-
"@vue/compiler-sfc": "^3.4.35",
54+
"@vitejs/plugin-vue": "^5.1.2",
55+
"@vitejs/plugin-vue-jsx": "^4.0.1",
56+
"@vue/compiler-sfc": "^3.4.37",
5757
"@vue/tsconfig": "^0.5.1",
5858
"ace-builds": "^1.35.4",
59-
"autoprefixer": "^10.4.19",
59+
"autoprefixer": "^10.4.20",
6060
"eslint": "^8.57.0",
6161
"eslint-import-resolver-alias": "^1.1.2",
6262
"eslint-import-resolver-typescript": "^3.6.1",
@@ -65,13 +65,13 @@
6565
"eslint-plugin-sonarjs": "^0.23.0",
6666
"eslint-plugin-vue": "^9.27.0",
6767
"less": "^4.2.0",
68-
"postcss": "^8.4.40",
69-
"tailwindcss": "^3.4.7",
68+
"postcss": "^8.4.41",
69+
"tailwindcss": "^3.4.10",
7070
"typescript": "5.5.4",
7171
"unplugin-auto-import": "^0.18.2",
72-
"unplugin-vue-components": "^0.27.3",
73-
"unplugin-vue-define-options": "^1.4.6",
74-
"vite": "^5.3.5",
72+
"unplugin-vue-components": "^0.27.4",
73+
"unplugin-vue-define-options": "^1.4.9",
74+
"vite": "^5.4.0",
7575
"vite-svg-loader": "^5.1.0",
7676
"vue-tsc": "^2.0.29"
7777
},

0 commit comments

Comments
 (0)