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 88 name : Build
99 strategy :
1010 matrix :
11- go-version : [1.17 .x, 1.18 .x]
11+ go-version : [1.18 .x, 1.19 .x]
1212 platform : [ubuntu-latest, macos-latest, windows-latest]
1313 runs-on : ${{ matrix.platform }}
1414 steps :
Original file line number Diff line number Diff line change 11module github.com/oschwald/maxminddb-golang
22
3- go 1.17
3+ go 1.18
44
55require (
66 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
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+
1010github.com/stretchr/testify v1.7.3 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
1111golang.org/x/sys v0.0.0-20220325203850-36772127a21f h1:TrmogKRsSOxRMJbLYGrB4SBbW+LJcEllYBLME5Zk5pU =
1212golang.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 =
1315gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1416gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1517gopkg.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