Skip to content

Merge pull request #21 from areddy548/fix/cve-2026-39836-version-bump #73

Merge pull request #21 from areddy548/fix/cve-2026-39836-version-bump

Merge pull request #21 from areddy548/fix/cve-2026-39836-version-bump #73

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
check-latest: true
go-version-file: 'go.mod'
- name: Test
run: go test ./...