diff --git a/end2end/go.mod b/end2end/go.mod index 4018aed..70b7b1b 100644 --- a/end2end/go.mod +++ b/end2end/go.mod @@ -2,7 +2,7 @@ module github.com/dal-go/dalgo2sql/end2end go 1.24.0 -toolchain go1.26.4 +toolchain go1.26.5 require ( github.com/dal-go/dalgo v0.62.9 diff --git a/go.mod b/go.mod index 663249e..1a8ace9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dal-go/dalgo2sql go 1.24.0 -toolchain go1.26.4 +toolchain go1.26.5 //replace github.com/dal-go/dalgo => ../dalgo