File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,26 @@ jobs:
31
31
32
32
- name : Set PATH
33
33
run : echo "${GITHUB_WORKSPACE}/.local/bin" >>"${GITHUB_PATH}"
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
+
35
36
- if : matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
36
37
run : make ensure-goimports
38
+
37
39
- if : matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
38
40
run : make lint
41
+
39
42
- run : make vet
40
43
- run : make test
41
44
- run : make check-binary-size
45
+
42
46
- if : matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
43
47
run : make generate
48
+
44
49
- run : make diffcheck
50
+
45
51
- if : matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
46
52
run : make v3diff
53
+
47
54
- if : success() && matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
48
55
uses : codecov/codecov-action@v4
49
56
with :
You can’t perform that action at this time.
0 commit comments