There was an error while loading. Please reload this page.
2 parents 937459b + 34a06ed commit 02bae5aCopy full SHA for 02bae5a
2 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build_and_tests:
9
docker:
10
# specify the version
11
- - image: cimg/go:1.22.8
+ - image: cimg/go:1.23.8
12
13
# Please keep the version in sync with test/docker-compose.yaml
14
- image: cimg/postgres:14.1
go.mod
@@ -2,8 +2,6 @@ module github.com/go-jet/jet/v2
2
3
go 1.23.0
4
5
-toolchain go1.23.8
6
-
7
// used by jet generator
require (
github.com/go-sql-driver/mysql v1.9.3
0 commit comments