diff --git a/newrelic-infrastructure-agent.yaml b/newrelic-infrastructure-agent.yaml index d94c04c3b48..bf992960b21 100644 --- a/newrelic-infrastructure-agent.yaml +++ b/newrelic-infrastructure-agent.yaml @@ -1,6 +1,6 @@ package: name: newrelic-infrastructure-agent - version: 1.43.1 + version: 1.43.2 epoch: 0 description: New Relic Infrastructure Agent copyright: @@ -20,17 +20,7 @@ pipeline: with: repository: https://github.com/newrelic/infrastructure-agent tag: ${{package.version}} - expected-commit: 50a7f5cb24d27892af6d5ccde590fd10fa69f3e1 - - - runs: | - # GHSA-5ffw-gxpp-mxpf - # GHSA-2qjp-425j-52j9 - # GHSA-259w-8hf6-59c2 - # GHSA-hmfx-3pcx-653p - go get -u github.com/containerd/containerd@v1.5.18 - - go mod tidy - go mod vendor + expected-commit: 29f18ead67f8279c57dbfc5ad5fde94d0bc991c5 - runs: | # Our global LDFLAGS conflict with a Makefile parameter: https://github.com/newrelic/infrastructure-agent/blob/07ab68f181e25a1552588a3953167e0b15f52372/build/build.mk#L20-L22