Skip to content

Commit

Permalink
chore: bump go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Rambatino committed Jul 26, 2024
1 parent 4a4a49e commit 9a39cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axiom/resource_notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func extractNotifier(ctx context.Context, plan NotifierResourceModel) (*axiom.No
if diags.HasError() {
return nil, diags
}
notifier.Properties.CustomWebhook = &axiom.CustomWebhookConfig{
notifier.Properties.CustomWebhook = &axiom.CustomWebhook{
URL: plan.Properties.CustomWebhook.URL.ValueString(),
Headers: headers,
Body: plan.Properties.CustomWebhook.Body.ValueString(),
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module terraform-provider-axiom-provider

go 1.22.3
go 1.22.5

require (
github.com/axiomhq/axiom-go v0.20.0
Expand Down

0 comments on commit 9a39cc4

Please sign in to comment.