Skip to content

Commit

Permalink
chore: upgrade go to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Aug 15, 2024
1 parent 5d49bda commit c700a29
Show file tree
Hide file tree
Showing 13 changed files with 566 additions and 543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.22.0
go-version: ^1.23.0

- name: Setup compiler environment
id: info
Expand Down
2 changes: 1 addition & 1 deletion README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil

- Make

- Golang 1.22+
- Golang 1.23+

- node.js 21+

Expand Down
2 changes: 1 addition & 1 deletion README-vi_VN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
### Điều kiện cần

- Make
- Golang 1.22+
- Golang 1.23+
- node.js 21+

```shell
Expand Down
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ docker run -dit \

- Make

- Golang 1.22+
- Golang 1.23+

- node.js 21+

Expand Down
2 changes: 1 addition & 1 deletion README-zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ docker run -dit \

- Make

- Golang 1.22+
- Golang 1.23+

- node.js 21+

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ On platforms that do not have an official build version, they can be built manua

- Make

- Golang 1.22+
- Golang 1.23+

- node.js 21+

Expand Down
40 changes: 20 additions & 20 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"@0xjacky/vue-github-button": "^3.1.1",
"@ant-design/icons-vue": "^7.0.1",
"@formkit/auto-animate": "^0.8.2",
"@vue/reactivity": "^3.4.35",
"@vue/shared": "^3.4.35",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"@vue/reactivity": "^3.4.37",
"@vue/shared": "^3.4.37",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.11.1",
"@vueuse/integrations": "^10.11.1",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ant-design-vue": "^4.2.3",
"apexcharts": "^3.51.0",
"axios": "^1.7.2",
"apexcharts": "^3.52.0",
"axios": "^1.7.4",
"dayjs": "^1.11.12",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"marked": "^10.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.2",
"universal-cookie": "^7.2.0",
"vite-plugin-build-id": "^0.3.4",
"vue": "^3.4.35",
"vue-router": "^4.4.1",
"vite-plugin-build-id": "^0.3.5",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"vue3-ace-editor": "2.2.4",
"vue3-apexcharts": "1.5.3",
"vue3-gettext": "3.0.0-beta.5",
Expand All @@ -51,12 +51,12 @@
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.35",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.4.37",
"@vue/tsconfig": "^0.5.1",
"ace-builds": "^1.35.4",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -65,13 +65,13 @@
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-vue": "^9.27.0",
"less": "^4.2.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-define-options": "^1.4.6",
"vite": "^5.3.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "^1.4.9",
"vite": "^5.4.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.29"
},
Expand Down
Loading

0 comments on commit c700a29

Please sign in to comment.