Skip to content

Commit fc4f178

Browse files
committed
fixes
1 parent 3b8312b commit fc4f178

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/cli/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ E2E_TIMEOUT?=60m
1313
E2E_PARALLEL?=1
1414
E2E_EXTRA_ARGS?=
1515

16-
17-
1816
LINKER_GH_SHA_FLAG=-s -w -X github.com/mongodb/openapi/tools/cli/internal/version.GitCommit=${GIT_SHA}
1917
LINKER_FLAGS=${LINKER_GH_SHA_FLAG} -X github.com/mongodb/openapi/tools/cli/internal/version.Version=${VERSION}
2018

tools/cli/internal/apiversion/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
package apiversion
1616

1717
import (
18-
"github.com/getkin/kin-openapi/openapi3"
1918
"testing"
2019
"time"
2120

21+
"github.com/getkin/kin-openapi/openapi3"
2222
"github.com/stretchr/testify/assert"
2323
"github.com/stretchr/testify/require"
2424
)

0 commit comments

Comments
 (0)