Skip to content

Commit 1bfb2f5

Browse files
author
Hiro
committed
vuln: os-and-processor sync
Signed-off-by: Hiro <[email protected]>
1 parent 6471936 commit 1bfb2f5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/04-vuln.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,45 @@ body:
2828
id: os-and-processor
2929
attributes:
3030
label: "What operating system and processor architecture are you using (`go env`)?"
31+
placeholder: |
32+
GO111MODULE=""
33+
GOARCH="arm64"
34+
GOBIN="/Users/gopher/go/bin"
35+
GOCACHE="/Users/gopher/go/cache"
36+
GOENV="/Users/gopher/Library/Application Support/go/env"
37+
GOEXE=""
38+
GOEXPERIMENT=""
39+
GOFLAGS=""
40+
GOHOSTARCH="arm64"
41+
GOHOSTOS="darwin"
42+
GOINSECURE=""
43+
GOMODCACHE="/Users/gopher/go/pkg/mod"
44+
GONOPROXY=""
45+
GONOSUMDB=""
46+
GOOS="darwin"
47+
GOPATH="/Users/gopher/go"
48+
GOPRIVATE=""
49+
GOPROXY="https://proxy.golang.org,direct"
50+
GOROOT="/usr/local/go"
51+
GOSUMDB="sum.golang.org"
52+
GOTMPDIR=""
53+
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_arm64"
54+
GOVCS=""
55+
GOVERSION="go1.21.4"
56+
GCCGO="gccgo"
57+
AR="ar"
58+
CC="clang"
59+
CXX="clang++"
60+
CGO_ENABLED="1"
61+
GOMOD="/dev/null"
62+
GOWORK=""
63+
CGO_CFLAGS="-O2 -g"
64+
CGO_CPPFLAGS=""
65+
CGO_CXXFLAGS="-O2 -g"
66+
CGO_FFLAGS="-O2 -g"
67+
CGO_LDFLAGS="-O2 -g"
68+
PKG_CONFIG="pkg-config"
69+
GOGCCFLAGS="-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/44/nbbyll_10jd0z8rj_qxm43740000gn/T/go-build2331607515=/tmp/go-build -gno-record-gcc-switches -fno-common"
3170
render: shell
3271
validations:
3372
required: true

0 commit comments

Comments
 (0)