diff --git a/go.mod b/go.mod index d0b34b76e..5e29662fe 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/stellar/soroban-tools -go 1.21 - -toolchain go1.21.0 +go 1.20 require ( github.com/Masterminds/squirrel v1.5.4