Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Apr 1, 2022
Merged

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

merged 1 commit into from Apr 1, 2022

Commits on Mar 16, 2022

  1. Bump minimum go version to 1.16

    As explained in
    #291 (comment), 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.16`.
    
    The change to `go.sum` was the result of running `go mod tidy`.
    jeffwidman committed Mar 16, 2022
    Copy the full SHA
    c45d7c7 View commit details
    Browse the repository at this point in the history