mirror of
https://github.com/avelino/awesome-go.git
synced 2025-02-17 15:35:45 -05:00
remove matrix support, use container: golang:latest
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
fcd6057e88
commit
09ae7bf7aa
2 changed files with 2 additions and 7 deletions
5
.github/workflows/run-check.yaml
vendored
5
.github/workflows/run-check.yaml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue