psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.07k stars 54 forks source link

Update a few project dependencies #92

Closed Jacalz closed 1 year ago

Jacalz commented 1 year ago
Jacalz commented 1 year ago

The error does not seem to be the fault of this PR?

Jacalz commented 1 year ago

With Go 1.20 having been released today, I think updating to Go 1.17 as the lowest supported compiler version seems sensible.

Jacalz commented 1 year ago

I have added a few more module updates to get rid of security warnings from dependabot.

Jacalz commented 1 year ago

Managed to get the tests passing again. Seems like setup-go/v3 was broken.

psanford commented 1 year ago

I'm not particularly interested in updating packages simply for the sake of updating them without a concrete benefit.

Downstream packages that don't like the false positive security scanner alerts can set a newer version of those packages in their go.mod.

Jacalz commented 1 year ago

I provided an explanation for why I updated all three packages. There is no update for the sake of updating here...