aboutsummaryrefslogtreecommitdiff
path: root/internal/errutil/errutil.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/errutil/errutil.go')
-rw-r--r--internal/errutil/errutil.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/errutil/errutil.go b/internal/errutil/errutil.go
index 4e33a2c5..983cb84c 100644
--- a/internal/errutil/errutil.go
+++ b/internal/errutil/errutil.go
@@ -16,4 +16,4 @@ func IsNotFound(err error) bool {
}
// Args is a map of key-value pairs to provide additional context of an error.
-type Args map[string]interface{}
+type Args map[string]any