Skip to content

Commit

Permalink
chore: setup go workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Mar 25, 2024
1 parent e2635fa commit 412972c
Show file tree
Hide file tree
Showing 5 changed files with 1,354 additions and 12 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/liftedinit/manifest-ledger

go 1.21

toolchain go1.21.0
go 1.21.1

replace (
// core v0.12 was tagged wrong (SDK v51)
Expand Down
6 changes: 6 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
go 1.21.1

use (
.
./interchaintest
)
Loading

0 comments on commit 412972c

Please sign in to comment.