[actions] revert build/test/lint step to 1.15.6

pull/485/head v0.15.9-rc10
max furman 3 years ago
parent f88f58440f
commit 96b38ccd55

@ -20,7 +20,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
go-version: '^1.15.6'
-
name: Install Deps
id: install-deps

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
go-version: '^1.15.6'
- name: Install Deps
id: install-deps
run: sudo apt-get -y install libpcsclite-dev

Loading…
Cancel
Save