fix(ci): only test on go1.16

This commit is contained in:
sentriz
2021-05-08 18:08:07 +01:00
committed by Senan Kelly
parent a5650084d7
commit e9743f0cb0

View File

@@ -7,16 +7,12 @@ on:
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- name: Setup Go ${{ matrix.go-version }}
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
go-version: 1.16.x
- name: Checkout code into the Go module directory
uses: actions/checkout@v1
- name: Install dependencies