mirror of
https://github.com/ipfs/kubo.git
synced 2025-12-19 01:30:17 +08:00
chore: bump to go 1.20
- Bumps golangci-lint to work for the new Go version - Removes rand.Seed, which has been deprecated. It is seeded by default with a random value since Go 1.20. - Replaces deprecated Fuse errors with syscall.Errno
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module github.com/ipfs/kubo/examples/kubo-as-a-library
|
||||
|
||||
go 1.18
|
||||
go 1.20
|
||||
|
||||
// Used to keep this in sync with the current version of kubo. You should remove
|
||||
// this if you copy this example.
|
||||
|
||||
Reference in New Issue
Block a user