File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 20
20
- " 1.20"
21
21
- " 1.21"
22
22
- " 1.22"
23
+ - " 1.23"
23
24
steps :
24
25
25
26
- uses : actions/checkout@v4
@@ -41,11 +42,11 @@ jobs:
41
42
- run : make tests
42
43
43
44
- name : Install goveralls
44
- if : matrix.go == '1.22 '
45
+ if : matrix.go == '1.23 '
45
46
run : go install github.com/mattn/goveralls@latest
46
47
47
48
- name : Coverage - Sending Report to Coveral
48
- if : matrix.go == '1.22 '
49
+ if : matrix.go == '1.23 '
49
50
env :
50
51
COVERALLS_TOKEN : ${{ secrets.github_token }}
51
52
run : goveralls -coverprofile=coverage.cov -service=github
58
59
59
60
with :
60
61
version : latest
61
- skip-build-cache : true
62
- skip-pkg-cache : true
63
- args : --skip-dirs "^(cmd|testdata)"
64
-
62
+ skip-cache : true
63
+ args : --exclude-dirs "^(cmd|testdata)"
Original file line number Diff line number Diff line change 6
6
- v*
7
7
8
8
env :
9
- GO_VERSION : " 1.22 "
9
+ GO_VERSION : " 1.23 "
10
10
11
11
jobs :
12
12
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ tests-summary: bin/tparse
52
52
lints : # # Run golangci-lint
53
53
lints : bin/golangci-lint
54
54
lints :
55
- golangci-lint run --no-config ./... --skip -dirs " ^(cmd|testdata)"
55
+ golangci-lint run --no-config ./... --exclude -dirs " ^(cmd|testdata)"
56
56
57
57
58
58
cover : # # Run Coverage
@@ -71,8 +71,8 @@ bin/tparse: INSTALL_URL=github.com/mfridman/
[email protected]
71
71
bin/tparse :
72
72
$(call install_go_bin, tparse, $(INSTALL_URL ) )
73
73
74
- bin/golangci-lint : # # Installs golangci-lint@v1.55.2 (if not exists)
75
- bin/golangci-lint : INSTALL_URL=github.com/golangci/golangci-lint@v1.55.2
74
+ bin/golangci-lint : # # Installs golangci-lint@v1.62.0 (if not exists)
75
+ bin/golangci-lint : INSTALL_URL=github.com/golangci/golangci-lint@v1.62.0
76
76
bin/golangci-lint :
77
77
$(call install_go_bin, golangci-lint, $(INSTALL_URL ) )
78
78
You can’t perform that action at this time.
0 commit comments