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:
|
||||
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…
Reference in New Issue
Block a user