ProtonMail / gluon

An IMAP server library written in Go
MIT License
455 stars 27 forks source link

feat(BRIDGE-23):go 1.21 updates, govulncheck github action and package update. #406

Closed xmichelo closed 5 months ago

CuriouslyCurious commented 6 months ago

It should be noted that since this PR updates go-sqlite3 to a version greater than v1.14.19 this project now compiles on musl-based system like Alpine Linux just fine, thus leading to the potentiality that proton-bridge could compile on musl-based systems.

I don't have any familiarity with go beyond running go build so if more needs to be done than just bumping versions here and upstream in proton-bridge I am unsure.