File tree 4 files changed +10
-18
lines changed
4 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,13 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
os : [ubuntu-22.04, windows-2022, macos-12, macos-14]
22
- go : [ '1.20', '1. 21', '1.22' ]
22
+ go : [ '1.21', '1.22' ]
23
23
exclude :
24
24
# Only latest Go version for Windows and MacOS.
25
- - os : windows-2022
26
- go : ' 1.20'
27
25
- os : windows-2022
28
26
go : ' 1.21'
29
- - os : macos-12
30
- go : ' 1.20'
31
27
- os : macos-12
32
28
go : ' 1.21'
33
- - os : macos-14
34
- go : ' 1.20'
35
29
- os : macos-14
36
30
go : ' 1.21'
37
31
# Exclude latest Go version for Ubuntu as Coverage uses it.
Original file line number Diff line number Diff line change 12
12
# output configuration options
13
13
output :
14
14
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
15
- format : tab
15
+ formats :
16
+ - format : tab
16
17
17
18
# all available settings of specific linters
18
19
linters-settings :
@@ -21,9 +22,6 @@ linters-settings:
21
22
# 'default' case is present, even if all enum members aren't listed in the
22
23
# switch
23
24
default-signifies-exhaustive : true
24
- govet :
25
- # report about shadowed variables
26
- check-shadowing : false
27
25
28
26
linters :
29
27
enable :
Original file line number Diff line number Diff line change 1
1
module github.com/nspcc-dev/hrw/v2
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
- github.com/stretchr/testify v1.8.4
6
+ github.com/stretchr/testify v1.9.0
7
7
github.com/twmb/murmur3 v1.1.8
8
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
8
+ golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
9
9
)
10
10
11
11
require (
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ 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 =
5
+ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
6
+ github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
7
7
github.com/twmb/murmur3 v1.1.8 h1:8Yt9taO/WN3l08xErzjeschgZU2QSrwm1kclYq+0aRg =
8
8
github.com/twmb/murmur3 v1.1.8 /go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ =
9
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE =
10
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a /go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc =
9
+ golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI =
10
+ golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa /go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ =
11
11
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
12
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13
13
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments