roblillack / spot

React-like desktop GUI toolkit for Go
MIT License
1.11k stars 17 forks source link

Update minimum Go version to be 1.21 #10

Closed roblillack closed 5 months ago

roblillack commented 5 months ago

Excellent package. I love it. One minor thing I observed. Since "slices" package is used, the minimum Go version needed is 1.21. The go.mod file uses v1.18

Originally posted by @aneeskA in https://github.com/roblillack/spot/issues/3#issuecomment-2131197662