From d82e6eacc9599e3e6deeb9be36fb1c17b3f65a37 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 7 Sep 2020 13:19:10 +0200 Subject: [PATCH] chore: use only go mod native version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37a842c..18f5c01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - go: ['1.11', '1.12', '1.13', '1.14'] + go: ['1.14', '1.15'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v2