File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
name : Build
9
9
strategy :
10
10
matrix :
11
- go-version : [1.17 .x, 1.18 .x]
11
+ go-version : [1.18 .x, 1.19 .x]
12
12
platform : [ubuntu-latest, macos-latest, windows-latest]
13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
Original file line number Diff line number Diff line change 1
1
module github.com/oschwald/maxminddb-golang
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.7.3
7
- golang.org/x/sys v0.0.0-20220325203850-36772127a21f
7
+ golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
8
8
)
9
9
10
10
require (
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+
10
10
github.com/stretchr/testify v1.7.3 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
11
11
golang.org/x/sys v0.0.0-20220325203850-36772127a21f h1:TrmogKRsSOxRMJbLYGrB4SBbW+LJcEllYBLME5Zk5pU =
12
12
golang.org/x/sys v0.0.0-20220325203850-36772127a21f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
13
+ golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 h1:9vYwv7OjYaky/tlAeD7C4oC9EsPTlaFl1H2jS++V+ME =
14
+ golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
13
15
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
14
16
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
15
17
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments