File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
- name : Checkout
18
18
uses : actions/checkout@v5
19
19
- name : Set up Node.js
20
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v5
21
21
with :
22
22
node-version : " 22"
23
23
cache : " npm"
24
24
cache-dependency-path : " **/package-lock.json"
25
25
- name : Set up Golang
26
- uses : actions/setup-go@v5.5.0
26
+ uses : actions/setup-go@v5
27
27
with :
28
28
go-version : " 1.24.4"
29
29
- name : Build frontend
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
25
+ uses : actions/checkout@v5
26
26
- name : Install Go
27
- uses : actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505 # v4.2.1
27
+ uses : actions/setup-go@v5
28
28
with :
29
- go-version : 1.24.4
29
+ go-version : oldstable
30
30
- name : Create empty resource directory
31
31
run : |
32
32
mkdir -p static && touch static/.gitkeep
33
33
- name : Lint
34
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
34
+ uses : golangci/golangci-lint-action@v8
35
35
with :
36
36
args : --verbose
37
- version : v2.0.2
37
+ version : v2.1
Original file line number Diff line number Diff line change 19
19
- name : Checkout repository
20
20
uses : actions/checkout@v5
21
21
- name : Set up Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
23
23
with :
24
24
node-version : " 22"
25
25
cache : " npm"
You can’t perform that action at this time.
0 commit comments