Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
go mod tidy; bump local-celestia-devnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 5, 2024
1 parent 661c72d commit dbb6d7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion celestia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (t *TestSuite) SetupSuite() {
}

// pulls an image, creates a container based on it and runs it
resource, err := pool.Run("ghcr.io/rollkit/local-celestia-devnet", "76be922", []string{})
resource, err := pool.Run("ghcr.io/rollkit/local-celestia-devnet", "0dd21fb", []string{})
if err != nil {
t.Failf("Could not start resource", "error: %v\n", err)
}
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2102,8 +2102,6 @@ github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTE
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rollkit/go-da v0.0.0-20231219014301-ae60407a94ac h1:rxbw9csBeRvFrrTqshnu/hAri22t8oUWcdpPzFk06xE=
github.com/rollkit/go-da v0.0.0-20231219014301-ae60407a94ac/go.mod h1:cy1LA9kCyCJHgszKkTh9hJn816l5Oa87GMA2c1imfqA=
github.com/rollkit/go-da v0.0.1 h1:dfm4Qojsg7AvxiJvrjJbZkXp+1BY/3GfLTIgz29E23U=
github.com/rollkit/go-da v0.0.1/go.mod h1:Kef0XI5ecEKd3TXzI8S+9knAUJnZg0svh2DuXoCsPlM=
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
Expand Down

0 comments on commit dbb6d7a

Please sign in to comment.