-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information
1 parent
8d9b795
commit c45d7c7
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ require ( | |
google.golang.org/api v0.40.0 | ||
) | ||
|
||
go 1.13 | ||
go 1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters