Skip to content

Merge pull request #146 from philips-labs/dependabot/go_modules/githu… #252

Merge pull request #146 from philips-labs/dependabot/go_modules/githu…

Merge pull request #146 from philips-labs/dependabot/go_modules/githu… #252

Workflow file for this run

name: "Test"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.23', '1.24' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v5
- name: Setup go
uses: actions/setup-go@v6.0.0
with:
go-version: ${{ matrix.go }}
- run: go test ./...