Skip to content

Commit

Permalink
build(go): remove no longer needed experimental build tag (#8159)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored Oct 27, 2023
1 parent da438d5 commit ecfeee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ linters:
- loggercheck

run:
build-tags:
- experimental
skip-files:
- app/kumactl/pkg/k8s/kubectl_proxy.go # excluded to keep as close to original file from K8S repository
- pkg/xds/server/server.go # excluded to keep as close to original file from Envoy repository
Expand Down
3 changes: 1 addition & 2 deletions mk/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ LD_FLAGS := -ldflags="-s -w $(build_info_ld_flags) $(EXTRA_LD_FLAGS)"

EXTRA_GOENV ?=
GOENV=CGO_ENABLED=0 $(EXTRA_GOENV)
# add -tags=experimental for Gateway API conformance profiles
GOFLAGS := -trimpath -tags=experimental $(EXTRA_GOFLAGS)
GOFLAGS := -trimpath $(EXTRA_GOFLAGS)

TOP := $(shell pwd)
BUILD_DIR ?= $(TOP)/build
Expand Down

0 comments on commit ecfeee8

Please sign in to comment.