From 4e3e40c0c4f8bfc6194044a3aaf97b22d91aaceb Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Wed, 17 Apr 2024 15:01:31 +1000 Subject: [PATCH 1/2] style: remove unnecessary environment variable in builds (#299) --- .goreleaser.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a5e861df..7030dd16 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -5,9 +5,7 @@ before: - go mod tidy - go generate ./... builds: - - env: - - CGO_ENABLED=0 - binary: xatu-{{.Version}} + - binary: xatu-{{.Version}} goos: - linux - windows From b1ec19c4fcbcea93940096701cf6afe9cd222d0b Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Wed, 17 Apr 2024 07:04:00 +0200 Subject: [PATCH 2/2] fix: kt2.0.0 formatting (#286) --- .github/workflows/sentry-smoke-test.yaml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/sentry-smoke-test.yaml b/.github/workflows/sentry-smoke-test.yaml index cd46d6a0..db64e19a 100644 --- a/.github/workflows/sentry-smoke-test.yaml +++ b/.github/workflows/sentry-smoke-test.yaml @@ -27,19 +27,19 @@ jobs: run: | cat < network_params.yaml participants: - - el_client_type: geth - cl_client_type: teku - cl_client_image: ethpandaops/teku:master-16c4354 - - el_client_type: nethermind - cl_client_type: prysm - - el_client_type: erigon - cl_client_type: lighthouse - - el_client_type: besu - cl_client_type: lighthouse - - el_client_type: reth - cl_client_type: lodestar - - el_client_type: ethereumjs - cl_client_type: nimbus + - el_type: geth + cl_type: teku + cl_image: ethpandaops/teku:master-16c4354 + - el_type: nethermind + cl_type: prysm + - el_type: erigon + cl_type: lighthouse + - el_type: besu + cl_type: lighthouse + - el_type: reth + cl_type: lodestar + - el_type: ethereumjs + cl_type: nimbus additional_services: [] network_parans: genesis_delay: 180