Skip to content

dereference matrix.go-version #2

dereference matrix.go-version

dereference matrix.go-version #2

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
jobs:
test:
strategy:
matrix:

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
go-version: [ '1.20' '1.21' '1.22' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test -v ./...