Skip to content

Commit

Permalink
can't use any in 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 6, 2024
1 parent 87fc83d commit 2f914b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12939,7 +12939,7 @@ func TestIsIso4217Validation(t *testing.T) {

func TestIsIso4217NumericValidation(t *testing.T) {
tests := []struct {
value any `validate:"iso4217_numeric"`
value interface{} `validate:"iso4217_numeric"`
expected bool
}{
{8, true},
Expand Down

0 comments on commit 2f914b0

Please sign in to comment.