File tree Expand file tree Collapse file tree 5 files changed +88
-98
lines changed
Expand file tree Collapse file tree 5 files changed +88
-98
lines changed Original file line number Diff line number Diff line change 3333 - name : Install Go
3434 uses : actions/setup-go@v6
3535 with :
36- go-version : 1.25.4
36+ go-version : 1.25.5
3737 check-latest : true
3838 - name : Checkout code
3939 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 5454 - name : Install Go
5555 uses : actions/setup-go@v6
5656 with :
57- go-version : " 1.25.4 "
57+ go-version : " 1.25.5 "
5858 check-latest : true
5959 - name : Checkout code
6060 uses : actions/checkout@v6
7777 - name : Setup Go
7878 uses : actions/setup-go@v6
7979 with :
80- go-version : " 1.25.4 "
80+ go-version : " 1.25.5 "
8181 check-latest : true
8282 - name : Generate dependencies
8383 run : make fake_assets shared_key.pem shared_cert.pem
Original file line number Diff line number Diff line change @@ -119,4 +119,4 @@ require (
119119 sigs.k8s.io/yaml v1.6.0 // indirect
120120)
121121
122- go 1.25.4
122+ go 1.25.5
Original file line number Diff line number Diff line change 6868 "unplugin-vue-components" : " ^30.0.0" ,
6969 "unplugin-vue-macros" : " ^2.14.5" ,
7070 "unplugin-vue-router" : " ^0.18.0" ,
71- "vite" : " 7.2.4 " ,
71+ "vite" : " 7.2.6 " ,
7272 "vite-plugin-vue-layouts" : " ^0.11.0" ,
7373 "vite-svg-loader" : " ^5.1.0" ,
7474 "vitepress" : " 1.6.4" ,
100100 "eventsourcemock" : " ^2.0.0" ,
101101 "jsdom" : " ^27.2.0" ,
102102 "lint-staged" : " ^16.2.7" ,
103- "prettier" : " ^3.7.3 " ,
104- "prettier-plugin-tailwindcss" : " ^0.7.1 " ,
103+ "prettier" : " ^3.7.4 " ,
104+ "prettier-plugin-tailwindcss" : " ^0.7.2 " ,
105105 "simple-git-hooks" : " ^2.13.1" ,
106106 "ts-node" : " ^10.9.2" ,
107107 "typescript" : " ^5.9.3" ,
108- "vitest" : " ^4.0.14 " ,
108+ "vitest" : " ^4.0.15 " ,
109109 "vue-component-type-helpers" : " 3.1.5" ,
110110 "vue-tsc" : " 3.1.5"
111111 },
You can’t perform that action at this time.
0 commit comments