Update pipeline tests to Go 1.16.0
This commit is contained in:
parent
a140c222c2
commit
8436e18175
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go_version: [1.15.x, 1.16.0-rc1]
|
go_version: [1.15.x, 1.16.0]
|
||||||
steps:
|
steps:
|
||||||
- name: Install taglib
|
- name: Install taglib
|
||||||
run: sudo apt-get install libtag1-dev
|
run: sudo apt-get install libtag1-dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue