From 8b81550553e86ab6995f3bdc4ee7716973249963 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 9 Mar 2021 20:52:02 -0800 Subject: [PATCH] Use go 1.14 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf894d3..ad46c23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.14 - name: Describe plugin id: plugin_describe run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"