File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ common-unused:
201201common-build: promu
202202 @echo ">> building binaries"
203203 @env
204- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
204+ CGO_ENABLED=1 GOEXPERIMENT=boringcrypto go build -o postgres_exporter .
205205
206206.PHONY: common-tarball
207207common-tarball: promu
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ import (
1919 "sync"
2020 "time"
2121
22- _ "crypto/tls/fipsonly"
23-
2422 "github.com/blang/semver/v4"
2523 "github.com/go-kit/log/level"
2624 "github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import (
1818 "os"
1919 "sync"
2020
21- _ "crypto/tls/fipsonly"
22-
2321 "github.com/go-kit/log"
2422 "github.com/prometheus/client_golang/prometheus"
2523 "github.com/prometheus/client_golang/prometheus/promauto"
You can’t perform that action at this time.
0 commit comments