File tree 3 files changed +15
-9
lines changed 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ body:
60
60
validations :
61
61
required : false
62
62
63
- - type : input
63
+ - type : textarea
64
64
id : Go-sdk-version
65
65
attributes :
66
- label : AWS Go SDK version used
66
+ label : AWS Go SDK V2 Module Versions Used
67
+ description : |
68
+ Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
67
69
validations :
68
70
required : true
69
71
80
82
attributes :
81
83
label : Operating System and version
82
84
validations :
83
- required : true
85
+ required : true
Original file line number Diff line number Diff line change 22
22
validations :
23
23
required : true
24
24
25
- - type : input
25
+ - type : textarea
26
26
id : Go-sdk-version
27
27
attributes :
28
- label : AWS Go SDK version used
28
+ label : AWS Go SDK V2 Module Versions Used
29
+ description : |
30
+ Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
29
31
validations :
30
- required : false
32
+ required : false
Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ body:
46
46
- label : This feature might incur a breaking change
47
47
required : false
48
48
49
- - type : input
49
+ - type : textarea
50
50
id : go-sdk-version
51
51
attributes :
52
- label : AWS Go SDK version used
52
+ label : AWS Go SDK V2 Module Versions Used
53
+ description : |
54
+ Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
53
55
validations :
54
56
required : true
55
57
59
61
label : Go version used
60
62
description : Output of `go version`
61
63
validations :
62
- required : true
64
+ required : true
You can’t perform that action at this time.
0 commit comments