chore: use only go mod native version

This commit is contained in:
Florian Forster 2020-09-07 13:19:10 +02:00 committed by GitHub
parent abd3b6f521
commit d82e6eacc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
go: ['1.11', '1.12', '1.13', '1.14'] go: ['1.14', '1.15']
name: Go ${{ matrix.go }} test name: Go ${{ matrix.go }} test
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2