From 35c1f6e2c2847253089748428224455f15fd8624 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 29 May 2021 10:19:16 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e309dbb..b05fadf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.15.x, 1.16.x] runs-on: ubuntu-latest @@ -33,4 +33,4 @@ jobs: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | GO111MODULE=off go get github.com/mattn/goveralls - $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github -ignore=examples/*/* \ No newline at end of file + $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github -ignore=examples/*/*