Skip to content

Commit 75965b1

Browse files
fix: add comment about cyclonedx-gomod to statsd_exporter as well
Co-authored-by: Siegfried Weber <[email protected]>
1 parent 6e4d180 commit 75965b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

statsd_exporter/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ microdnf clean all
2222
rm -rf /var/cache/yum
2323

2424
export GOPATH=/go_cache
25+
# We use version 1.7.0, since a newer version of cyclonedx-gomod is not compatible with the version of Golang (>= 1.23.1)
2526
go install github.com/CycloneDX/cyclonedx-gomod/cmd/[email protected]
2627
EOF
2728

0 commit comments

Comments
 (0)