Skip to content

fix(deps): update module github.com/newrelic/go-agent/v3 to v3.33.0 #72

fix(deps): update module github.com/newrelic/go-agent/v3 to v3.33.0

fix(deps): update module github.com/newrelic/go-agent/v3 to v3.33.0 #72

Workflow file for this run

name: build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go environment
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Build
run: |
cd cmd/nxd
CGO_ENABLED=0 go build -a -installsuffix cgo -o nxd