From 0bbb54934b6578a6eeb6cfd72fb4e25e50ad1e7c Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 7 Feb 2023 14:27:11 -0500 Subject: [PATCH] Use Go 1.20 in pipeline, drop support for 1.18 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c5c61e3cf..1012d5137 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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