Skip to content

Commit

Permalink
Ignore deprecation in user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Nov 14, 2023
1 parent e7bab3b commit be61083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func ConfigureProvider(terraformVersion *string) schema.ConfigureContextFunc {
// userAgent computes the desired User-Agent header for the *management.Management client.
func userAgent(terraformVersion *string) string {
sdkVersion := auth0.Version
terraformSDKVersion := meta.SDKVersionString()
terraformSDKVersion := meta.SDKVersionString() //nolint:staticcheck

userAgent := fmt.Sprintf(
"%s/%s (Go-Auth0-SDK/%s; Terraform-SDK/%s; Terraform/%s)",
Expand Down

0 comments on commit be61083

Please sign in to comment.