Skip to content

Commit 39f1709

Browse files
bump go version in CLAUDE.md
1 parent b0fc5fd commit 39f1709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Kraken is a P2P-powered Docker registry designed for scalability and availability in hybrid cloud environments. It distributes Docker images using a BitTorrent-inspired protocol with a tracker-coordinated peer network. Built in Go, it has been in production at Uber since 2018, distributing over 1 million blobs per day.
66

7-
**Key technologies**: Go 1.23+, Docker, Containerd, P2P networking, pluggable storage backends (S3, GCS, ECR, HDFS)
7+
**Key technologies**: Go 1.24+, Docker, Containerd, P2P networking, pluggable storage backends (S3, GCS, ECR, HDFS)
88

99
## Quick Start
1010

@@ -108,7 +108,7 @@ All new features and bug fixes must include tests.
108108
- **macOS**: Uses Docker for cross-compilation (cgo/sqlite3 limitation)
109109
- **Native tools**: puller, reload, visualization can build natively on macOS
110110
- **Linux bins**: agent, origin, tracker, proxy, build-index require Linux build
111-
- Binaries are built inside `golang:1.23.11` container
111+
- Binaries are built inside `golang:1.24.0` container
112112

113113
### Hash Rings
114114
- Multiple components (origin, tracker, build-index) use hash rings for sharding

0 commit comments

Comments
 (0)