Merge branch 'pg_arrays'

This commit is contained in:
go-jet 2025-10-17 19:50:39 +02:00
commit 02bae5a2cb
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@ jobs:
build_and_tests: build_and_tests:
docker: docker:
# specify the version # specify the version
- image: cimg/go:1.22.8 - image: cimg/go:1.23.8
# Please keep the version in sync with test/docker-compose.yaml # Please keep the version in sync with test/docker-compose.yaml
- image: cimg/postgres:14.1 - image: cimg/postgres:14.1

2
go.mod
View file

@ -2,8 +2,6 @@ module github.com/go-jet/jet/v2
go 1.23.0 go 1.23.0
toolchain go1.23.8
// used by jet generator // used by jet generator
require ( require (
github.com/go-sql-driver/mysql v1.9.3 github.com/go-sql-driver/mysql v1.9.3