From c00e9dbfb0a6317597a656d20c43843cd1800541 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 14 Sep 2021 02:19:36 +0200 Subject: [PATCH] Updated Go lang to 1.17.1 version --- .github/workflows/build_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index e377040b2..1abc6fb74 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -23,7 +23,7 @@ jobs: name: Initialize build runs-on: ubuntu-latest outputs: - os: ["alpine", "ol", "ubuntu"] + os: "[\"alpine\", \"ol\", \"ubuntu\"]" steps: - name: Checkout the repository uses: actions/checkout@v2