Skip to content

Bump github.com/newrelic/go-agent/v3 from 3.35.0 to 3.35.1 #927

Bump github.com/newrelic/go-agent/v3 from 3.35.0 to 3.35.1

Bump github.com/newrelic/go-agent/v3 from 3.35.0 to 3.35.1 #927

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.22.x"
- run: "go install honnef.co/go/tools/cmd/[email protected]"
- run: "staticcheck ./..."