From 8e6eb2cd6b5eaa2cc209225799eb86d8ef879767 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Tue, 6 Oct 2020 15:34:49 +0300 Subject: [PATCH] update go action --- .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 a2e4e11d19..669de3f209 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Go - uses: actions/setup-go@master + uses: actions/setup-go@main with: go-version: 1.15 id: go