spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.8k stars 498 forks source link

Update `go.mod` to reflect that `afero` requires `go` >= `1.15.10` #346

Closed jeffwidman closed 2 years ago

jeffwidman commented 2 years ago

As explained in https://github.com/spf13/afero/pull/291#issuecomment-807324649, now that afero supports io/fs.FS, it requires go >= 1.15.10.

Rather than pinning to 1.15 and occasionally confusing users who are on < 1.15.10, I thought simplest to jump straight to 1.16.

Especially given 1.18 was just released, the upstream go team no longer even supports 1.15.

The change to go.sum was the result of running go mod tidy.