From 8436e18175234b24f7fc29572849ccab2280ba7d Mon Sep 17 00:00:00 2001
From: Deluan <deluan@navidrome.org>
Date: Fri, 19 Feb 2021 19:52:14 -0500
Subject: [PATCH] Update pipeline tests to Go 1.16.0

---
 .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 ceccf53a6..f91f9082a 100644
--- a/.github/workflows/pipeline.yml
+++ b/.github/workflows/pipeline.yml
@@ -30,7 +30,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go_version: [1.15.x, 1.16.0-rc1]
+        go_version: [1.15.x, 1.16.0]
     steps:
       - name: Install taglib
         run: sudo apt-get install libtag1-dev