coopnorge / provider-github

Apache License 2.0
23 stars 13 forks source link

chore(package): Upgrade to go 1.20 #30

Closed misund closed 8 months ago

misund commented 10 months ago

Updates go to version 1.20 and runs go mod tidy.

Before: go 1.19

Before: go 1.17

After: go 1.20

haarchri commented 10 months ago

you need to update CI as well - for example: https://github.com/coopnorge/provider-github/blob/main/.github/workflows/ci.yml#L13

misund commented 10 months ago

This PR was generated from a codemod you can find here if you can see our private repos.

misund commented 10 months ago

Thanks @haarchri, we'll make sure to comb through this class of PRs in the near future, and will of course make sure tests pass before we merge anything.