We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c698735 commit e1717a0Copy full SHA for e1717a0
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.23.x, 1.24.x]
17
platform: [ubuntu-latest, macos-latest, windows-latest]
18
runs-on: ${{ matrix.platform }}
19
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
go.mod
@@ -1,6 +1,6 @@
1
module github.com/maxmind/xgb2code
2
3
-go 1.19
+go 1.23
4
5
require github.com/stretchr/testify v1.10.0
6
0 commit comments