Skip to content

Merge pull request #317 from newrelic/fix/go-mod-major-version #267

Merge pull request #317 from newrelic/fix/go-mod-major-version

Merge pull request #317 from newrelic/fix/go-mod-major-version #267

Workflow file for this run

name: UnitTesting
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
- run: make test