From 8ace991c942631cedc08be0e6bc7f67017ffda84 Mon Sep 17 00:00:00 2001 From: Davor Kapsa Date: Tue, 9 Jun 2020 14:32:50 +0200 Subject: [PATCH] update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a3caead1..f738eba45 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Set up Go 1.14 - uses: actions/setup-go@v2-beta + uses: actions/setup-go@v2 with: go-version: 1.14