Skip to content

Commit

Permalink
remove old build directive
Browse files Browse the repository at this point in the history
Since the minimum supported go version is 1.17, we can remove build
directives compatible with older versions. For more info see: https://stackoverflow.com/questions/68360688/whats-the-difference-between-gobuild-and-build-directives?noredirect=1&lq=1
  • Loading branch information
ndhanushkodi committed Nov 30, 2021
1 parent 18a3d17 commit 2ca1261
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion control-plane/api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package catalog

Expand Down
1 change: 0 additions & 1 deletion control-plane/catalog/to-consul/syncer_ent_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package catalog

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package connectinject

Expand Down
1 change: 0 additions & 1 deletion control-plane/connect-inject/handler_ent_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package connectinject

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package controller_test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package controller_test

Expand Down
1 change: 0 additions & 1 deletion control-plane/namespaces/namespaces_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package namespaces

Expand Down
1 change: 0 additions & 1 deletion control-plane/subcommand/connect-init/command_ent_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package connectinit

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package consulsidecar

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package partition_init

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package serveraclinit

Expand Down
1 change: 0 additions & 1 deletion control-plane/subcommand/sync-catalog/command_ent_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enterprise
// +build enterprise

package synccatalog

Expand Down

0 comments on commit 2ca1261

Please sign in to comment.