From 6931041d6144fdc509062b9968a686b82e408120 Mon Sep 17 00:00:00 2001 From: catsby Date: Thu, 26 Sep 2024 16:38:42 -0500 Subject: [PATCH] remove duplicate step and update go version to match go.mod Signed-off-by: catsby --- .github/actions/golang/action.yaml | 2 +- .github/actions/setup-from-previous/action.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/actions/golang/action.yaml b/.github/actions/golang/action.yaml index 60cf98e3..0b076e78 100644 --- a/.github/actions/golang/action.yaml +++ b/.github/actions/golang/action.yaml @@ -6,4 +6,4 @@ runs: steps: - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.21.x + go-version-file: 'go.mod' diff --git a/.github/actions/setup-from-previous/action.yaml b/.github/actions/setup-from-previous/action.yaml index f272f7da..4300dd5e 100644 --- a/.github/actions/setup-from-previous/action.yaml +++ b/.github/actions/setup-from-previous/action.yaml @@ -4,12 +4,6 @@ description: grabs artifact from a previous job and sets up the env for tests runs: using: composite steps: - # Checkout the repo and setup the tooling for this job - - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - with: - fetch-depth: 0 - - name: Download build artifacts uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: