diff options
| author | Joseph Richey <joerichey@google.com> | 2022-04-08 16:23:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-08 16:23:54 -0700 |
| commit | 896549fa52002a65436625ad4fd7743b444f1135 (patch) | |
| tree | bdc0134d83ac36aa3c2ff99a6a7e23a27a049ee7 /go.mod | |
| parent | f28f2be05de938b1c2da7a88569bf6611250a9e2 (diff) | |
| parent | 657a1f0f44b61725f1b8041bceef6f262ffcb770 (diff) | |
Merge pull request #353 from google/go-version
Bump up required Go version to 1.16
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/google/fscrypt -go 1.11 +go 1.16 require ( github.com/client9/misspell v0.3.4 |