We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb1eef commit 3662414Copy full SHA for 3662414
.github/workflows/cli-release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Go
18
uses: actions/setup-go@v2
19
with:
20
- go-version: '1.15'
+ go-version: '1.16'
21
- name: Get Version
22
id: get_version
23
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v}
0 commit comments