Skip to content

Commit 2d8e0cb

Browse files
committed
more lint improvements
1 parent 87a6cf9 commit 2d8e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/s3provider/minio_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func helperUploadFile(minioClient *minio.Client, bucket string) (*minio.UploadIn
138138

139139
func helperDownloadFile(url string) (int, error) {
140140
fmt.Printf("Downloading: %s\n", url)
141-
resp, err := http.Get(url)
141+
resp, err := http.Get(url) //nolint:gosec //ignoring G107
142142
if err != nil {
143143
return 0, err
144144
}

0 commit comments

Comments
 (0)