razorpay / ifsc

:bank: IFSC Codes Repository
https://ifsc.razorpay.com
MIT License
341 stars 138 forks source link

chore: update go version and migrate from io/ioutil to io #389

Open rxj18 opened 1 month ago

rxj18 commented 1 month ago

Updated go version to 1.23.2 ensuring compatibility with new features and improvements. Additionally, I have replaced deprecated io/ioutil package usages with the appropriate functions from the io and os packages