Update build.yml

This commit is contained in:
Justin Hammond 2021-10-14 12:15:50 +08:00 committed by GitHub
parent e066b2530d
commit 53a436f756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16.x, 1.15.x ]
go-version: [ 1.16.x ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps: