Skip to content

Merge pull request #30 from mroth/dependabot/github_actions/actions/c… #121

Merge pull request #30 from mroth/dependabot/github_actions/actions/c…

Merge pull request #30 from mroth/dependabot/github_actions/actions/c… #121

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -race