File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
- name : Set up Node.js
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : v21.1.0
22
+ node-version : " 22 "
23
23
cache : " npm"
24
24
cache-dependency-path : " **/package-lock.json"
25
25
- name : Set up Golang
26
26
uses : actions/setup-go@v4
27
27
with :
28
- go-version : " 1.24.0 "
28
+ go-version : " 1.24.3 "
29
29
- name : Build frontend
30
30
run : |
31
31
make frontend
Original file line number Diff line number Diff line change 26
26
- name : Install Go
27
27
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
28
28
with :
29
- go-version : 1.24.x
29
+ go-version : 1.24.3
30
30
- name : Create empty resource directory
31
31
run : |
32
32
mkdir -p static && touch static/.gitkeep
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Set up Golang
107
107
uses : actions/setup-go@v4
108
108
with :
109
- go-version : " 1.24.0 "
109
+ go-version : " 1.24.3 "
110
110
- name : Golang Test Report
111
111
112
112
with :
You can’t perform that action at this time.
0 commit comments