From 734c63006912ee1320c189d29341d4a808ea3fc0 Mon Sep 17 00:00:00 2001 From: Abdelhadi Khiati Date: Mon, 18 Jan 2021 13:46:09 +0100 Subject: [PATCH] Update for build step also, uses a stable version of go --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1af198d..2aee0d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') steps: - name: Install Go 1.13.1 - uses: actions/setup-go@v2-beta + uses: actions/setup-go@v2 with: go-version: '1.13.1' - name: Checkout code