mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
remove matrix support, use container: golang:latest
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
fcd6057e88
commit
09ae7bf7aa
5
.github/workflows/run-check.yaml
vendored
5
.github/workflows/run-check.yaml
vendored
@ -7,10 +7,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Running test
|
name: Running test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: netlify
|
container: golang:latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
go: ['1.15.x']
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1.0.0
|
- uses: actions/checkout@1.0.0
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -11,9 +11,7 @@ jobs:
|
|||||||
name: Running test
|
name: Running test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: netlify
|
environment: netlify
|
||||||
strategy:
|
container: golang:latest
|
||||||
matrix:
|
|
||||||
go: ['1.15.x']
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1.0.0
|
- uses: actions/checkout@1.0.0
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user