Skip to content

Commit b09d2f3

Browse files
authored
Add Go 1.16, drop 1.13 (#335)
* Add Go 1.16, drop 1.13 * Add 1.13 back in
1 parent cdaed89 commit b09d2f3

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
go: [
14+
'1.16',
1415
'1.15',
1516
'1.14',
1617
'1.13',

control.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ const (
3131

3232
// ControlTypeMap maps controls to text descriptions
3333
var ControlTypeMap = map[string]string{
34-
ControlTypePaging: "Paging",
35-
ControlTypeBeheraPasswordPolicy: "Password Policy - Behera Draft",
36-
ControlTypeManageDsaIT: "Manage DSA IT",
37-
ControlTypeMicrosoftNotification: "Change Notification - Microsoft",
38-
ControlTypeMicrosoftShowDeleted: "Show Deleted Objects - Microsoft",
34+
ControlTypePaging: "Paging",
35+
ControlTypeBeheraPasswordPolicy: "Password Policy - Behera Draft",
36+
ControlTypeManageDsaIT: "Manage DSA IT",
37+
ControlTypeMicrosoftNotification: "Change Notification - Microsoft",
38+
ControlTypeMicrosoftShowDeleted: "Show Deleted Objects - Microsoft",
3939
ControlTypeMicrosoftServerLinkTTL: "Return TTL-DNs for link values with associated expiry times - Microsoft",
4040
}
4141

0 commit comments

Comments
 (0)