Skip to content

Commit e1717a0

Browse files
committed
Require Go 1.23 and test on 1.24
1 parent c698735 commit e1717a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
go-version: [1.21.x, 1.22.x]
16+
go-version: [1.23.x, 1.24.x]
1717
platform: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.platform }}
1919
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/maxmind/xgb2code
22

3-
go 1.19
3+
go 1.23
44

55
require github.com/stretchr/testify v1.10.0
66

0 commit comments

Comments
 (0)