Use Go 1.20 in pipeline, drop support for 1.18

This commit is contained in:
Deluan 2023-02-07 14:27:11 -05:00
parent 759ff844e2
commit 0bbb54934b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.18.x,1.19.x]
go_version: [1.20.x,1.19.x]
steps:
- name: Install taglib
run: sudo apt-get install libtag1-dev