Merge branch 'pg_arrays'
This commit is contained in:
commit
02bae5a2cb
2 changed files with 1 additions and 3 deletions
|
|
@ -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
2
go.mod
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue