File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 strategy :
1515 matrix :
16- go-version : [1.23 .x, 1.24 .x]
16+ go-version : [1.24 .x, 1.25 .x]
1717 # We don't test on macOS and windows as the database builds aren't
1818 # repeatable there for some reason. As such, tests fail. It'd
1919 # probably be worth looking into this at some point.
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/setup-go@v6
17- with :
18- go-version : 1.23
1916 - uses : actions/checkout@v5
2017 with :
2118 persist-credentials : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "2"
22run :
33 # This is needed for precious, which may run multiple instances
44 # in parallel
5- go : " 1.23 "
5+ go : " 1.24 "
66 tests : true
77 allow-parallel-runners : true
88linters :
Original file line number Diff line number Diff line change 11module github.com/maxmind/MaxMind-DB
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/maxmind/mmdbwriter v1.0.0
You can’t perform that action at this time.
0 commit comments