From 7c289ce0d9732a239b0cc883c29e9943c02d15d1 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Thu, 5 Sep 2024 15:47:40 +0000 Subject: [PATCH] stop setting GO_VERSION env var in release Action addresses review comment https://github.com/ava-labs/awm-relayer/pull/435#discussion_r1745597635 --- .github/workflows/release_awm_relayer.yml | 6 ------ .github/workflows/release_signature_aggregator.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/release_awm_relayer.yml b/.github/workflows/release_awm_relayer.yml index 240c0d56..45345eb7 100644 --- a/.github/workflows/release_awm_relayer.yml +++ b/.github/workflows/release_awm_relayer.yml @@ -17,12 +17,6 @@ jobs: with: submodules: recursive - # The GO_VERSION must be set explicitly to be used in the Dockerfile. - - name: Set Go version - run: | - source ./scripts/versions.sh - echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV - - name: Set up Go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release_signature_aggregator.yml b/.github/workflows/release_signature_aggregator.yml index 61474a72..d6b2c154 100644 --- a/.github/workflows/release_signature_aggregator.yml +++ b/.github/workflows/release_signature_aggregator.yml @@ -17,12 +17,6 @@ jobs: with: submodules: recursive - # The GO_VERSION must be set explicitly to be used in the Dockerfile. - - name: Set Go version - run: | - source ./scripts/versions.sh - echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV - - name: Set up Go uses: actions/setup-go@v5 with: