rs / curlie

The power of curl, the ease of use of httpie.
https://curlie.io
MIT License
2.84k stars 95 forks source link

upgrade go version and /x/sys to latest #71

Open jonasagx opened 1 year ago

jonasagx commented 1 year ago

golang to v1.20 /x/sys to v0.8.0 which closes #68

rs commented 1 year ago

You need to change the version in the CI as well: https://github.com/rs/curlie/blob/master/.github/workflows/release.yml#L20

jonasagx commented 1 year ago

Ops, thank you @rs for checking it. It should all be on v1.20 now.