Skip to content

Commit

Permalink
Use Go 1.20 in pipeline, drop support for 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Feb 7, 2023
1 parent 759ff84 commit 0bbb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bbb549

Please sign in to comment.