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:
201
201
common-build: promu
202
202
@echo ">> building binaries"
203
203
@env
204
- CGO_ENABLED=1 GOEXPERIMENT=boringcrypto $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
204
+ CGO_ENABLED=1 GOEXPERIMENT=boringcrypto go build -o postgres_exporter .
205
205
206
206
.PHONY: common-tarball
207
207
common-tarball: promu
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ import (
19
19
"sync"
20
20
"time"
21
21
22
- _ "crypto/tls/fipsonly"
23
-
24
22
"github.com/blang/semver/v4"
25
23
"github.com/go-kit/log/level"
26
24
"github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import (
18
18
"os"
19
19
"sync"
20
20
21
- _ "crypto/tls/fipsonly"
22
-
23
21
"github.com/go-kit/log"
24
22
"github.com/prometheus/client_golang/prometheus"
25
23
"github.com/prometheus/client_golang/prometheus/promauto"
You can’t perform that action at this time.
0 commit comments