[action] pin to 1.15.8 not ^1.15.8

- was bumping all the way to 1.16
pull/421/head v0.15.9-rc17
max furman 3 years ago
parent aef1e8ca7b
commit 94a895994f

@ -20,7 +20,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.15.8'
go-version: '1.15.8'
-
name: Install Deps
id: install-deps
@ -105,7 +105,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.15.8'
go-version: '1.15.8'
-
name: APT Install
id: aptInstall
@ -135,7 +135,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.15.8'
go-version: '1.15.8'
- name: Build
id: build
run: |

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

Loading…
Cancel
Save