We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8312b commit fc4f178Copy full SHA for fc4f178
tools/cli/Makefile
@@ -13,8 +13,6 @@ E2E_TIMEOUT?=60m
13
E2E_PARALLEL?=1
14
E2E_EXTRA_ARGS?=
15
16
-
17
18
LINKER_GH_SHA_FLAG=-s -w -X github.com/mongodb/openapi/tools/cli/internal/version.GitCommit=${GIT_SHA}
19
LINKER_FLAGS=${LINKER_GH_SHA_FLAG} -X github.com/mongodb/openapi/tools/cli/internal/version.Version=${VERSION}
20
tools/cli/internal/apiversion/version_test.go
@@ -15,10 +15,10 @@
package apiversion
import (
- "github.com/getkin/kin-openapi/openapi3"
"testing"
"time"
21
+ "github.com/getkin/kin-openapi/openapi3"
22
"github.com/stretchr/testify/assert"
23
"github.com/stretchr/testify/require"
24
)
0 commit comments