Revert "ci: go version 1.x"

This reverts commit 5c45f0f96c.
This commit is contained in:
Michael McLoughlin
2020-01-03 22:40:05 -08:00
parent 5c45f0f96c
commit 9f9d2ca8cf

View File

@@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.x]
go-version: [1.13.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -47,7 +47,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.x]
go-version: [1.13.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: