.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.
test
Daniel Martí 6 months ago committed by Paul Scheduikat
parent 6dca875017
commit be4462bc23

@ -2,13 +2,19 @@ name: Bug Report
description: File a bug report. description: File a bug report.
body: body:
- type: input - type: textarea
id: go-version id: garble-version
attributes: attributes:
label: Go version label: "Output of `garble version`:"
description: | placeholder: |
What version of Go are you using (`go version`)? mvdan.cc/garble v0.14.2
placeholder: ex. go version go1.20.7 darwin/arm64
Build settings:
-buildmode exe
-compiler gc
CGO_ENABLED 1
GOARCH amd64
GOOS linux
validations: validations:
required: true required: true

Loading…
Cancel
Save