From 0cb7623a7fca00cc044ba3b62822b78557d96f2f Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Thu, 2 Sep 2021 22:43:59 -0400 Subject: [PATCH] Dropped support of Go 1.13 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 697f8281..73d7a511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [1.13, 1.14, 1.15, 1.16] + goVer: [1.14, 1.15, 1.16, 1.17] steps: - name: Set up Go ${{ matrix.goVer }} uses: actions/setup-go@v2