fix: remove unnecessary matrix
This commit is contained in:
parent
3b9c01ea6c
commit
bc4bbdaa07
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Go ${{ matrix.go-version }}
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: "1.23.2"
|
||||||
- name: Validate
|
- name: Validate
|
||||||
run: go run ./scripts/validate-contributor-readmes/main.go
|
run: go run ./scripts/validate-contributor-readmes/main.go
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user