diff --git a/.teamcity/install-cloudflare-go.sh b/.teamcity/install-cloudflare-go.sh index 96d7056b..7d0e72b6 100755 --- a/.teamcity/install-cloudflare-go.sh +++ b/.teamcity/install-cloudflare-go.sh @@ -3,6 +3,6 @@ cd /tmp git clone -q https://github.com/cloudflare/go cd go/src -# https://github.com/cloudflare/go/tree/af19da5605ca11f85776ef7af3384a02a315a52b is version go1.22.5-devel-cf -git checkout -q af19da5605ca11f85776ef7af3384a02a315a52b +# https://github.com/cloudflare/go/tree/37bc41c6ff79507200a315b72834fce6ca427a7e is version go1.22.12-devel-cf +git checkout -q 37bc41c6ff79507200a315b72834fce6ca427a7e ./make.bash diff --git a/Makefile b/Makefile index a1ffedf0..86e34a7d 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ ifeq ($(FIPS), true) VERSION_FLAGS := $(VERSION_FLAGS) -X "main.BuildType=FIPS" endif -LDFLAGS := -ldflags='$(VERSION_FLAGS) $(LINK_FLAGS)' +LDFLAGS := -ldflags='$(VERSION_FLAGS) $(LINK_FLAGS) -B gobuildid' ifneq ($(GO_BUILD_TAGS),) GO_BUILD_TAGS := -tags "$(GO_BUILD_TAGS)" endif