• Levin Zimmermann's avatar
    wcfs: Require Go 1.19 + go mod tidy · 1fcef9c9
    Levin Zimmermann authored
    I would only suggest one very tiny change. In go.mod we have:
    
        module lab.nexedi.com/nexedi/wendelin.core/wcfs
    
        go 1.14
    
    I think this needs to be updated to go 1.19 due to atomic.Int64.
    
    And maybe we just need general go mod tidy update.
    
    /reviewed-by @kirr
    /reviewed-on !18
    1fcef9c9
go.sum 21.1 KB