Remove toolchain directive from go.mod.

This commit is contained in:
go-jet 2025-10-17 19:44:14 +02:00
parent e2a78428ce
commit 5a4146e4e8

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