Skip to content

Commit

Permalink
v2/pkg: downgrade to 1.20, keep toolchain in 1.21
Browse files Browse the repository at this point in the history
Refers to golang/go#62409
  • Loading branch information
scbizu committed Oct 24, 2023
1 parent a8a42d0 commit 095a340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion v2/pkg/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/ezbuy/ezorm/v2/pkg

go 1.21
go 1.20

toolchain go1.21.0

require (
github.com/ezbuy/wrapper v1.0.3
Expand Down
1 change: 0 additions & 1 deletion v2/pkg/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/DATA-DOG/go-sqlmock v1.3.0 h1:ljjRxlddjfChBJdFKJs5LuCwCWPLaC1UZLwAo3PBBMk=
github.com/DATA-DOG/go-sqlmock v1.3.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down

0 comments on commit 095a340

Please sign in to comment.