File tree 8 files changed +21
-427
lines changed
8 files changed +21
-427
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
name : " Lint and test"
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Set up Go
17
- uses : actions/setup-go@v3
17
+ uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.23 "
19
+ go-version-file : ' go.mod '
20
20
21
21
- name : Run golangci-lint
22
22
uses : golangci/golangci-lint-action@v3
@@ -30,14 +30,13 @@ jobs:
30
30
commitlint :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
- - name : Install required dependencies
37
- run : |
38
- sudo apt install -y git curl
39
- curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
40
- sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs
36
+
37
+ - uses : actions/setup-node@v4
38
+ with :
39
+ node_version : ' latest'
41
40
42
41
- name : Install commitlint
43
42
run : |
You can’t perform that action at this time.
0 commit comments