Skip to content

Commit

Permalink
add go.work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Feb 1, 2024
1 parent 87ee3eb commit 2260f4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
.vscode
*.test
*.ign
go.work
go.work.sum
8 changes: 8 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
go 1.21.1

use (
./explorer
./hermes
./integration
./official/marketplace
)

0 comments on commit 2260f4f

Please sign in to comment.