mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
.github: tweak template to ask for garble version
I forgot to update the original Go template away from `go version`. Note that `go env` already tells us what we need via e.g. GOVERSION, so we can avoid asking for `go version` separately.
This commit is contained in:
committed by
Paul Scheduikat
parent
6dca875017
commit
be4462bc23
18
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
18
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
@@ -2,13 +2,19 @@ name: Bug Report
|
||||
description: File a bug report.
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: go-version
|
||||
- type: textarea
|
||||
id: garble-version
|
||||
attributes:
|
||||
label: Go version
|
||||
description: |
|
||||
What version of Go are you using (`go version`)?
|
||||
placeholder: ex. go version go1.20.7 darwin/arm64
|
||||
label: "Output of `garble version`:"
|
||||
placeholder: |
|
||||
mvdan.cc/garble v0.14.2
|
||||
|
||||
Build settings:
|
||||
-buildmode exe
|
||||
-compiler gc
|
||||
CGO_ENABLED 1
|
||||
GOARCH amd64
|
||||
GOOS linux
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user