fabric-samples/token-sdk/go.work
Mark S. Lewis f16e9e6de5 Consistent Go version in go.mod and go.work files
The repository currently uses Go 1.22 to test samples in the automated
build. This change sets the Go version in all go.mod (and go.work) files
to Go 1.22.0, and removes any Go toolchain entries.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-10-14 10:25:34 -04:00

8 lines
56 B
Text

go 1.22.0
use (
./auditor
./e2e
./issuer
./owner
)