Skip to content

Merge pull request #30 from chrishoffman/dependabot/go_modules/github… #146

Merge pull request #30 from chrishoffman/dependabot/go_modules/github…

Merge pull request #30 from chrishoffman/dependabot/go_modules/github… #146

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v -race ./...