From bbdec6c628d3af75338041eeb1254fc01fa37422 Mon Sep 17 00:00:00 2001 From: TRudenko22 Date: Mon, 22 May 2023 10:38:39 -0400 Subject: [PATCH] added go to workflow file --- .github/workflows/push-to-testing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/push-to-testing.yml b/.github/workflows/push-to-testing.yml index d08b616..44e1ab4 100644 --- a/.github/workflows/push-to-testing.yml +++ b/.github/workflows/push-to-testing.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.20 + - name: Quay Login uses: docker/login-action@v1 with: