remove matrix support, use container: golang:latest

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-16 06:01:22 -03:00
parent fcd6057e88
commit 09ae7bf7aa
2 changed files with 2 additions and 7 deletions

View File

@ -7,10 +7,7 @@ jobs:
build:
name: Running test
runs-on: ubuntu-latest
environment: netlify
strategy:
matrix:
go: ['1.15.x']
container: golang:latest
steps:
- uses: actions/checkout@1.0.0
- name: Get dependencies

View File

@ -11,9 +11,7 @@ jobs:
name: Running test
runs-on: ubuntu-latest
environment: netlify
strategy:
matrix:
go: ['1.15.x']
container: golang:latest
steps:
- uses: actions/checkout@1.0.0
- name: Get dependencies