mirror of
https://github.com/spf13/viper
synced 2025-05-11 06:37:27 +00:00
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 <mark.sagikazar@gmail.com>
This commit is contained in:
parent
2ec3063d6d
commit
a49fd69ac2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue