fix: Go mod and work versions (#531)

This commit is contained in:
Kyle Brandt
2025-08-13 23:14:01 -04:00
committed by GitHub
parent 0409f2bfa0
commit 1a8dd9c856
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/chaisql/chai
go 1.23
go 1.23.0
require (
github.com/buger/jsonparser v1.1.1

View File

@@ -1,4 +1,4 @@
go 1.23
go 1.23.0
use (
.