Skip to content

Commit

Permalink
Update azure_identity_access_token_provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Oct 13, 2023
1 parent b521209 commit 80098fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_identity_access_token_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type AzureIdentityAccessTokenProvider struct {
type ObservabilityOptions struct {
}

var LocalhostStrings = [3]string{"localhost", "[::1]", "127.0.0.1"}
var LocalhostStrings = [3]string{"localhost", "[::1]", "::1", "127.0.0.1"}

Check failure on line 31 in azure_identity_access_token_provider.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

index 3 is out of bounds (>= 3)

Check failure on line 31 in azure_identity_access_token_provider.go

View workflow job for this annotation

GitHub Actions / build

index 3 is out of bounds (>= 3)

func (o ObservabilityOptions) GetTracerInstrumentationName() string {
return "github.com/microsoft/kiota-authentication-azure-go"
Expand Down

0 comments on commit 80098fd

Please sign in to comment.