From 2808a80def652d844a28d028db850fb80d57ef17 Mon Sep 17 00:00:00 2001 From: Ankur Srivastava Date: Mon, 9 Jan 2023 00:18:17 +0100 Subject: [PATCH] deps,ci: msgv is now 1.15 (#156) go 1.14 introduced a few deprecations which are now hindering in the new code. So minimum supported go version is now 1.15 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52df5fb..69de855 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: Build: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x] + go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: