Use go 1.14
This commit is contained in:
parent
f71febe2e1
commit
51ed1d7c5a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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')"
|
||||
@ -43,4 +43,4 @@ jobs:
|
||||
env:
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
|
||||
API_VERSION: ${{ steps.plugin_describe.outputs.api_version }}
|
||||
|
Loading…
Reference in New Issue
Block a user