Skip to content

Commit 4cfcf0e

Browse files
committed
Test on Go 1.24+
1 parent 1402075 commit 4cfcf0e

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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.

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
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

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "2"
22
run:
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
88
linters:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/maxmind/MaxMind-DB
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/maxmind/mmdbwriter v1.0.0

0 commit comments

Comments
 (0)