fix: remove unnecessary matrix

This commit is contained in:
Michael Smith
2025-04-09 19:25:48 +00:00
parent 3b9c01ea6c
commit bc4bbdaa07
+2 -2
View File
@@ -16,9 +16,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version: "1.23.2"
- name: Validate
run: go run ./scripts/validate-contributor-readmes/main.go