Skip to content

Commit 27acbd4

Browse files
fix alpine go path
1 parent 19133bc commit 27acbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Dockerfile.alpine.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ RUN --mount=type=cache,target=/go/pkg/mod \
4848
RUN /usr/lib/go/bin/go tool nm datadog-agent | grep -w 'github.com/DataDog/datadog-agent/pkg/version.agentVersionDefault' || \
4949
(echo "agentVersionDefault variable doesn't exist" && exit 1)
5050

51-
RUN /usr/local/go/bin/go tool nm datadog-agent | grep -i 'boring'
52-
RUN /usr/local/go/bin/go tool nm datadog-agent | grep -i 'crypto/internal/boring/sig.FIPSOnly' || \
51+
RUN /usr/lib/go/bin/go tool nm datadog-agent | grep -i 'boring'
52+
RUN /usr/lib/go/bin/go tool nm datadog-agent | grep -i 'crypto/internal/boring/sig.FIPSOnly' || \
5353
(echo "boringcrypto not enabled" && exit 1)
5454

5555
# zip the extension

0 commit comments

Comments
 (0)