Skip to content

Commit 3662414

Browse files
authored
kar cli now requires go 1.16+ (#228)
1 parent acb1eef commit 3662414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.15'
20+
go-version: '1.16'
2121
- name: Get Version
2222
id: get_version
2323
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v}

0 commit comments

Comments
 (0)