remove unsupported versions from go.mod

This commit is contained in:
Pavel 2021-10-26 19:25:15 +03:00
parent 0870d18c2b
commit ae5f5ad677

View file

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
include:
- go-version: '1.17'
coverage: 1