jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
487 stars 106 forks source link

Updating go version 1.19 to 1.20 #141

Closed Tulsishah closed 1 year ago

Tulsishah commented 1 year ago

These changes are required for upgrading go to 1.20 in GCSFuse: https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/go.mod

To fix this issue - https://github.com/GoogleCloudPlatform/gcsfuse/issues/1071

Tulsishah commented 1 year ago

description says you are upgrading to 1.19

Sorry Fixed