Skip to content

Commit

Permalink
Add Go 1.16, drop 1.13 (#335)
Browse files Browse the repository at this point in the history
* Add Go 1.16, drop 1.13

* Add 1.13 back in
  • Loading branch information
johnweldon committed Aug 15, 2021
1 parent cdaed89 commit b09d2f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
go: [
'1.16',
'1.15',
'1.14',
'1.13',
Expand Down
10 changes: 5 additions & 5 deletions control.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const (

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

Expand Down

0 comments on commit b09d2f3

Please sign in to comment.