Skip to content

Commit

Permalink
mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 4, 2023
1 parent 5835368 commit fa06165
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 225 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

# make juno:branchname here for all needs.build-and-push-image.outputs.branchTag
# then upload to github. Then download for each as a cache. This way its only built once

test-juno-basic:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions interchaintest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/CosmosContracts/juno/v14 v14.1.0
github.com/cosmos/cosmos-sdk v0.45.15
github.com/cosmos/ibc-go/v4 v4.3.0
github.com/docker/docker v20.10.19+incompatible
github.com/docker/docker v20.10.24+incompatible
github.com/strangelove-ventures/interchaintest/v4 v4.0.0-20230331040355-5d08aab13017
github.com/stretchr/testify v1.8.2
go.uber.org/zap v1.23.0
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/ethereum/go-ethereum v1.10.17 // indirect
github.com/ethereum/go-ethereum v1.10.26 // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
Expand Down
Loading

0 comments on commit fa06165

Please sign in to comment.