Skip to content

Commit

Permalink
[actions] revert build/test/lint step to 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Feb 19, 2021
1 parent f88f584 commit 96b38cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96b38cc

Please sign in to comment.