From d2df3779353a8917436dfa316ce241fbf1ce2f39 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Wed, 30 Sep 2020 13:08:09 +0200 Subject: [PATCH] ci: drop tests for Go 1.11-1.13 The Cleanup function used in this PR is only available from Go 1.14 While it would be nice to support more Go versions, Go itself does not support other than the last two, so that should be fine for Viper as well. Signed-off-by: Mark Sagi-Kazar --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ca86b..af4d753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.11', '1.12', '1.13', '1.14', '1.15'] + go: ['1.14', '1.15'] env: VERBOSE: 1 GOFLAGS: -mod=readonly