Skip to content

Commit

Permalink
Feedbacks
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <[email protected]>
  • Loading branch information
Ashmita152 committed Aug 20, 2021
1 parent f5e2b21 commit 4e37d4f
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion cmd/agent/app/servers/thriftudp/socket_buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build !windows
// +build !windows

package thriftudp

Expand Down
1 change: 0 additions & 1 deletion cmd/all-in-one/all_in_one_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.

//go:build integration
// +build integration

package main

Expand Down
1 change: 0 additions & 1 deletion cmd/query/app/ui/actual.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build ui
// +build ui

package ui

Expand Down
1 change: 0 additions & 1 deletion cmd/query/app/ui/placeholder.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build !ui
// +build !ui

package ui

Expand Down
1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
VERSION := 1.0.0
ROOT_IMAGE ?= alpine:3.13
CERT_IMAGE := $(ROOT_IMAGE)
# TODO: Change back to golang:1.17-alpine once https://github.com/docker-library/golang/issues/383 is resolved.
GOLANG_IMAGE := golang:1.17-alpine3.13

BASE_IMAGE := localhost:5000/baseimg_alpine:latest
Expand Down
1 change: 0 additions & 1 deletion pkg/config/tlscfg/certpool_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build !windows
// +build !windows

package tlscfg

Expand Down
1 change: 0 additions & 1 deletion pkg/config/tlscfg/certpool_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build windows
// +build windows

package tlscfg

Expand Down
1 change: 0 additions & 1 deletion plugin/storage/badger/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build !linux
// +build !linux

package badger

Expand Down
1 change: 0 additions & 1 deletion plugin/storage/badger/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build !linux
// +build !linux

package badger

Expand Down
1 change: 0 additions & 1 deletion plugin/storage/integration/es_index_cleaner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build index_cleaner
// +build index_cleaner

package integration

Expand Down
1 change: 0 additions & 1 deletion plugin/storage/integration/es_index_rollover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build index_rollover
// +build index_rollover

package integration

Expand Down
1 change: 0 additions & 1 deletion plugin/storage/integration/token_propagation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build token_propagation
// +build token_propagation

package integration

Expand Down
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

//go:build tools
// +build tools

package jaeger

Expand Down

0 comments on commit 4e37d4f

Please sign in to comment.