Skip to content

Bump github.com/newrelic/go-agent/v3 from 3.15.0 to 3.29.0 #76

Bump github.com/newrelic/go-agent/v3 from 3.15.0 to 3.29.0

Bump github.com/newrelic/go-agent/v3 from 3.15.0 to 3.29.0 #76

Workflow file for this run

name: Security check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Security:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...