Skip to content

Commit 55d56fa

Browse files
authored
Update GeoLite2-Country.mmdb #5730
ref DEV-3521
2 parents 3d8c0fb + 4919257 commit 55d56fa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-193 KB
Binary file not shown.

pkg/util/geoip/geoip_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestIPString(t *testing.T) {
1616
//nolint:gosec // G115
1717
sec := int64(metadata.BuildEpoch)
1818
build := time.Unix(sec, 0).UTC().Format(time.RFC3339)
19-
So(build, ShouldEqual, "2026-03-24T08:06:33Z")
19+
So(build, ShouldEqual, "2026-05-15T09:55:14Z")
2020

2121
info, ok := IPString(ipStr)
2222
So(ok, ShouldBeTrue)

0 commit comments

Comments
 (0)