diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 09:54:42 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:39:07 -0800 |
| commit | 46f05811803b231ce107e04bb367beee85bfce83 (patch) | |
| tree | 5f46a118946e4ca1179b44e8e9bb28996d62b7eb /go.mod | |
| parent | 827c13689b39814552a3a18449f922b123725b49 (diff) | |
Bump up required Go version to 1.23
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.18 +go 1.23 require ( github.com/client9/misspell v0.3.4 |