summaryrefslogtreecommitdiffstats
path: root/build/code-batch-process.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/code-batch-process.go')
-rw-r--r--build/code-batch-process.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/code-batch-process.go b/build/code-batch-process.go
index 8556c27ad7..b3ee399420 100644
--- a/build/code-batch-process.go
+++ b/build/code-batch-process.go
@@ -25,7 +25,7 @@ import (
var optionLogVerbose bool
-func logVerbose(msg string, args ...interface{}) {
+func logVerbose(msg string, args ...any) {
if optionLogVerbose {
log.Printf(msg, args...)
}