1
0
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:
Henrique Dias
2023-08-15 12:56:05 +02:00
parent c349248891
commit 2aa721b121
16 changed files with 325 additions and 309 deletions

View File

@@ -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.