Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc4bbda

Browse files
committed
fix: remove unnecessary matrix
1 parent 3b9c01e commit bc4bbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- name: Check out code
1818
uses: actions/checkout@v4
19-
- name: Set up Go ${{ matrix.go-version }}
19+
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: ${{ matrix.go-version }}
22+
go-version: "1.23.2"
2323
- name: Validate
2424
run: go run ./scripts/validate-contributor-readmes/main.go

0 commit comments

Comments
 (0)