fix: remove unnecessary matrix

This commit is contained in:
Michael Smith 2025-04-09 19:25:48 +00:00
parent 3b9c01ea6c
commit bc4bbdaa07

View File

@ -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