richardartoul / nola

MIT License
74 stars 6 forks source link

Update go to 1.21 #89

Open rtadepalli opened 1 year ago

rtadepalli commented 1 year ago

Update go to the latest version.

Steps taken:

  1. go mod edit -go=1.21
  2. go mod tidy
  3. go work sync

Testing: make test didn't produce any issues, and the examples run just fine. I've never upgraded go for any project, please let me know if there is anything else that needs to be done.

cc @richardartoul