From c3daa23adda8652b52aa516d8b58d3b4262d05af Mon Sep 17 00:00:00 2001 From: Gage Cottom Date: Fri, 31 May 2024 21:54:08 -0500 Subject: [PATCH] pipeline fix --- .github/workflows/pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e5893d9..f218d89 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -6,6 +6,10 @@ jobs: build-deploy: runs-on: ubuntu-latest steps: + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: '1.18' - name: Checkout Repo id: checkout_repo uses: actions/checkout@v3