jacobsa / fuse

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

Upgrading go from 1.18 to 1.19 #136

Closed sethiay closed 1 year ago

sethiay commented 1 year ago

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

stapelberg commented 1 year ago

I don’t mind this change, but I don’t think it’s necessary either? What error message are you getting without it?