Skip to content

Commit 82c1b65

Browse files
committed
Fix coverage report on master
Master branch was not properly linted, and therefore the coverage report was not being uploaded. Signed-off-by: Adrian Orive <[email protected]>
1 parent 104672d commit 82c1b65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/config/v2/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import (
2828
// Version is the config.Version for project configuration 2
2929
var Version = config.Version{Number: 2}
3030

31-
const apiVersion = "v1beta1"
32-
3331
type cfg struct {
3432
// Version
3533
Version config.Version `json:"version"`

0 commit comments

Comments
 (0)