🤖 Update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.21.0#157
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| } | ||
|
|
||
| payloadType, err := dns.NewCreateRecordSetPayloadTypeFromValue(recordType) | ||
| if err != nil || payloadType == nil { |
There was a problem hiding this comment.
Why the ||. Does NewCreateRecordSetPayloadTypeFromValue return payloadType ever beeing nil?
There was a problem hiding this comment.
theoretically, yes, so i would check it. I rather return an error than a stacktrace :)
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
This PR contains the following updates:
v0.20.2→v0.21.0Release Notes
stackitcloud/stackit-sdk-go (github.com/stackitcloud/stackit-sdk-go/services/dns)
v0.21.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.