Skip to content

Commit 02bae5a

Browse files
committed
Merge branch 'pg_arrays'
2 parents 937459b + 34a06ed commit 02bae5a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_and_tests:
99
docker:
1010
# specify the version
11-
- image: cimg/go:1.22.8
11+
- image: cimg/go:1.23.8
1212

1313
# Please keep the version in sync with test/docker-compose.yaml
1414
- image: cimg/postgres:14.1

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/go-jet/jet/v2
22

33
go 1.23.0
44

5-
toolchain go1.23.8
6-
75
// used by jet generator
86
require (
97
github.com/go-sql-driver/mysql v1.9.3

0 commit comments

Comments
 (0)