-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix issue #2050: add -t
option support for command gf docker
to compatable with older version
#2423
Conversation
…-------------------------------------------------------------------------------------------------+ | GO111MODULE | "on" | | GOARCH | "amd64" | | GOBIN | "" | | GOCACHE | "/Users/txqiangguo/Library/Caches/go-build" | | GOENV | "/Users/txqiangguo/Library/Application | | | Support/go/env" | | GOEXE | "" | | GOEXPERIMENT | "" | | GOFLAGS | "" | | GOHOSTARCH | "amd64" | | GOHOSTOS | "darwin" | | GOINSECURE | "git.code.oa.com" | | GOMODCACHE | "/Users/txqiangguo/go/pkg/mod" | | GONOPROXY | "git.code.oa.com,git.woa.com" | | GONOSUMDB | "git.code.oa.com,git.woa.com" | | GOOS | "darwin" | | GOPATH | "/Users/txqiangguo/go" | | GOPRIVATE | "git.code.oa.com,git.woa.com" | | GOPROXY | "https://goproxy.cn" | | GOROOT | "/Users/txqiangguo/Softs/go1.18.3" | | GOSUMDB | "off" | | GOTMPDIR | "" | | GOTOOLDIR | "/Users/txqiangguo/Softs/go1.18.3/pkg/tool/darwin_amd64" | | GOVCS | "" | | GOVERSION | "go1.18.3" | | GCCGO | "gccgo" | | GOAMD64 | "v1" | | AR | "ar" | | CC | "clang" | | CXX | "clang++" | | CGO_ENABLED | "1" | | GOMOD | "/Users/txqiangguo/Workspace/gogf/gf/go.mod" | | GOWORK | "" | | CGO_CFLAGS | "-g -O2" | | CGO_CPPFLAGS | "" | | CGO_CXXFLAGS | "-g -O2" | | CGO_FFLAGS | "-g -O2" | | CGO_LDFLAGS | "-g -O2" | | PKG_CONFIG | "pkg-config" | | GOGCCFLAGS | "-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 | | | -fdebug-prefix-map=/var/folders/yj/f5zzq83x7tj38_hnmq655bw40000gp/T/go-build3901381940=/tmp/go-build | | | -gno-record-gcc-switches -fno-common" | +--------------+------------------------------------------------------------------------------------------------------+ 2023-02-07 14:24:48.825 start building... 2023-02-07 14:24:48.825 go build -o ./temp/linux_amd64/main main.go 2023-02-07 14:24:48.847 failed to build, os:linux, arch:amd64, error: no required module provides package main.go; to add it: go get main.go you may use command option "--debug" to enable debug info and check the details 2023-02-07 14:24:48.847 done! exit status 1 to compatable with older version
Codecov ReportBase: 79.62% // Head: 79.62% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2423 +/- ##
==========================================
- Coverage 79.62% 79.62% -0.01%
==========================================
Files 598 597 -1
Lines 49689 49470 -219
==========================================
- Hits 39566 39389 -177
+ Misses 8126 8095 -31
+ Partials 1997 1986 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
No description provided.