Skip to content

Commit

Permalink
try with logging of antithesis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Dec 13, 2024
1 parent eb75be8 commit 2aaa95b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.8
require (
github.com/VictoriaMetrics/fastcache v1.12.1
github.com/antithesishq/antithesis-sdk-go v0.3.8
github.com/ava-labs/avalanchego v1.12.1-0.20241213005147-46b99d748279
github.com/ava-labs/avalanchego v1.12.1-0.20241213010825-f9b7a4389505
github.com/ava-labs/libevm v1.13.14-0.1.0.rc-2
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233
github.com/davecgh/go-spew v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/ava-labs/avalanchego v1.12.1-0.20241213005147-46b99d748279 h1:GwjvAk97MSPO9q/zguzlzgOVv1Wda7swiqF+W7h/5Xk=
github.com/ava-labs/avalanchego v1.12.1-0.20241213005147-46b99d748279/go.mod h1:8MqMG7YjQeog7PPk/b6QKQewgjwgwbmrzFgJM4qmyXw=
github.com/ava-labs/avalanchego v1.12.1-0.20241213010825-f9b7a4389505 h1:UnXpvA0FWhK81m3KQ56MrINzFxFjsk8+JLpt66a4F0A=
github.com/ava-labs/avalanchego v1.12.1-0.20241213010825-f9b7a4389505/go.mod h1:8MqMG7YjQeog7PPk/b6QKQewgjwgwbmrzFgJM4qmyXw=
github.com/ava-labs/coreth v0.13.9-0.20241213004938-d537b69672b1 h1:PZ4lRGGkj5EMN++KTpbjE/XZjKS5Dhp5N0yDmHqmnJo=
github.com/ava-labs/coreth v0.13.9-0.20241213004938-d537b69672b1/go.mod h1:rhavEod/zgeBP8L+2lneIe374VYVMIpvgxW8WAF3wzo=
github.com/ava-labs/libevm v1.13.14-0.1.0.rc-2 h1:CVbn0hSsPCl6gCkTCnqwuN4vtJgdVbkCqLXzYAE7qF8=
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# shellcheck disable=SC2034

# Don't export them as they're used in the context of other calls
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'46b99d74'}
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'f9b7a438'}
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'}

# This won't be used, but it's here to make code syncs easier
Expand Down

0 comments on commit 2aaa95b

Please sign in to comment.