diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 984aebf..3d14ad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - KURTOSIS_VERSION: 'latest' + KURTOSIS_VERSION: '1.4.3' GO_VERSION: '1.22.4' diff --git a/go.mod b/go.mod index ead4b84..f78f57f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Layr-Labs/avs-devnet go 1.22.4 require ( - github.com/kurtosis-tech/kurtosis/api/golang v1.4.4-0.20250116034716-84e2fe2b35f5 + github.com/kurtosis-tech/kurtosis/api/golang v1.4.3 github.com/schollz/progressbar/v3 v3.18.0 github.com/stretchr/testify v1.10.0 github.com/tidwall/gjson v1.18.0 diff --git a/go.sum b/go.sum index 1741edc..07592cf 100644 --- a/go.sum +++ b/go.sum @@ -40,8 +40,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443 h1:jqFVT4FcZU+wG+y5FV+Xz9+IwNqSyredbcFKHfK2Kh8= github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443/go.mod h1:bWSMQK3WHVTGHX9CjxPAb/LtzcmfOxID2wdzakSWQxo= -github.com/kurtosis-tech/kurtosis/api/golang v1.4.4-0.20250116034716-84e2fe2b35f5 h1:nuOrhjuvt+EKttPNiOG/SlBHrL6XPmR0mXVKPl7n5hI= -github.com/kurtosis-tech/kurtosis/api/golang v1.4.4-0.20250116034716-84e2fe2b35f5/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= +github.com/kurtosis-tech/kurtosis/api/golang v1.4.3 h1:CkrfwpBAOQ9TOCUrVWSv5C7d3hLBNjU4kAYSbL6EHf0= +github.com/kurtosis-tech/kurtosis/api/golang v1.4.3/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20250115014340-593f9c2848c8 h1:3g5rIDhVjZP7Kkitt6kjZcTECHWp42XmloOKwetEN0k= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20250115014340-593f9c2848c8/go.mod h1:e/6F1JCyK1qVAit/9nQxzBF/EVja11Fc1lzjLeBcDw4= github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20250115014340-593f9c2848c8 h1:hg8eOxzOK2a8LbZ5rJKfnw4MgL2EncRkyvsPlmiYueQ=