Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNao Hashizume <nhashizume@gitlab.com>2023-07-21 13:00:18 +0300
committerkarthik nayak <knayak@gitlab.com>2023-07-21 13:00:18 +0300
commit3e17a23cefdb490087fc5dccea23bcea2608452f (patch)
tree5d8c75df155f00eebdfd7120e83f44a73b15e08b /internal/streamcache
parent1b480b9e6a1922017ad2347b2f6fb807d988f2d9 (diff)
Use Golang 1.20 as minimum required version
Diffstat (limited to 'internal/streamcache')
-rw-r--r--internal/streamcache/sendfile_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/streamcache/sendfile_test.go b/internal/streamcache/sendfile_test.go
index bdf24cd30..94b9d163a 100644
--- a/internal/streamcache/sendfile_test.go
+++ b/internal/streamcache/sendfile_test.go
@@ -4,8 +4,8 @@ package streamcache
import (
"bytes"
+ "crypto/rand"
"io"
- "math/rand"
"os"
"path/filepath"
"testing"