Skip to content

Commit d42efd8

Browse files
authored
feat: support public and private repository (#132)
* fix: return safe aksk (#131) * test: add test * feat: add api for query public repo
1 parent a57df6d commit d42efd8

27 files changed

+1140
-269
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ A version control file system for data centric applications & teams.
44
<p align="left">
55
<a href="https://codecov.io/gh/jiaozifs/jiaozifs"><img src="https://codecov.io/gh/jiaozifs/jiaozifs/branch/main/graph/badge.svg"></a>
66
<a href="https://goreportcard.com/report/github.com/jiaozifs/jiaozifs"><img src="https://goreportcard.com/badge/github.com/jiaozifs/jiaozifs" /></a>
7-
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.20.10-blue.svg" /></a>
7+
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.22.0-blue.svg" /></a>
88
<br>
99
</p>
1010

1111
### Basic Build And Usage
1212

1313
#### Requirement
14-
1. To build JiaoziFS, you need a working installation of [Go 1.20.10 or higher](https://golang.org/dl/)
14+
1. To build JiaoziFS, you need a working installation of [Go 1.22.0 or higher](https://golang.org/dl/)
1515
2. JiaoziFS use postgres to store running data, you can install at [postgres install installation guide](https://www.postgresql.org/docs/current/installation.html)
1616

1717
#### Build And Running

0 commit comments

Comments
 (0)