Skip to content

Merge pull request #27 from somatic-labs/dependabot/go_modules/github… #18

Merge pull request #27 from somatic-labs/dependabot/go_modules/github…

Merge pull request #27 from somatic-labs/dependabot/go_modules/github… #18

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test ./...