uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.11k stars 416 forks source link

chore: os.SEEK_SET has been deprecated since Go 1.7, remove it #347

Closed testwill closed 1 month ago

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

gkeesh7 commented 1 month ago

Makes sense as it has been deprecated as per https://pkg.go.dev/os?utm_source=godoc#SEEK_SET thank you for reporting this.