File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 24
24
- name : golangci-lint
25
25
uses : golangci/golangci-lint-action@v6
26
26
with :
27
- version : v1.61
27
+ version : v1.64
28
28
only-new-issues : true
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- go : [ '1.22 ', '1.*' ]
16
+ go : [ '1.23 ', '1.*' ]
17
17
name : Tests
18
18
steps :
19
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ output:
12
12
- format : colored-line-number
13
13
print-issued-lines : true
14
14
print-linter-name : true
15
- uniq-by-line : true
16
15
sort-results : true
17
16
18
17
linters :
@@ -57,7 +56,6 @@ linters:
57
56
- predeclared
58
57
- revive
59
58
- staticcheck
60
- - tenv
61
59
- testpackage
62
60
- thelper
63
61
- tparallel
@@ -66,6 +64,7 @@ linters:
66
64
- unparam
67
65
- unused
68
66
- usestdlibvars
67
+ - usetesting
69
68
- varnamelen
70
69
- wrapcheck
71
70
- wsl
@@ -74,6 +73,7 @@ issues:
74
73
new : false
75
74
fix : false
76
75
new-from-rev : b5fdfaa2bd30e666511e4648f27d8a26fd8512cb
76
+ uniq-by-line : true
77
77
exclude-rules :
78
78
- path : _test\.go
79
79
linters :
Original file line number Diff line number Diff line change 1
1
module flamingo.me/dingo
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require github.com/stretchr/testify v1.10.0
6
6
Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
2
2
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
3
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4
4
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5
- github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
6
- github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
7
- github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
8
- github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
9
5
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
10
6
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
11
7
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments