Skip to content

Commit

Permalink
replace OS with go env
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Dec 19, 2024
1 parent 19234d0 commit 3c6f5f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ body:

- type: input
attributes:
label: Operating System
description: "Provide your operating system and version (e.g. `uname -a`)"
placeholder: Darwin Kernel Version 23.6.0
label: Go Env Output
description: "Provide the output from `go env`"
placeholder: "GOARCH='arm64' ... GOVERSION='go1.23.2' ..."
validations:
required: false

0 comments on commit 3c6f5f4

Please sign in to comment.