Skip to content

Commit

Permalink
add check in workflow to build new example
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Nov 2, 2023
1 parent 9327c00 commit 9e42024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ jobs:
run: |
cd examples/deployAccount && go build
cd ../simpleCall && go build
cd ../simpleInvoke && go build
2 changes: 1 addition & 1 deletion examples/simpleInvoke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module account
go 1.20

require (
github.com/NethermindEth/juno v0.3.1
github.com/NethermindEth/starknet.go v0.4.6-0.20231005024141-742a82479868
github.com/ethereum/go-ethereum v1.10.26
github.com/joho/godotenv v1.4.0
)

require (
github.com/NethermindEth/juno v0.3.1 // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/consensys/gnark-crypto v0.11.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion examples/simpleInvoke/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.18
go 1.20

use (
.
Expand Down

0 comments on commit 9e42024

Please sign in to comment.