globalsign / est

An implementation of the Enrollment over Secure Transport (EST) certificate enrollment protocol
MIT License
42 stars 25 forks source link

Update go version to 1.22.1 and run go mod tidy #36

Closed toddgaunt-gs closed 3 months ago

toddgaunt-gs commented 4 months ago

Github workflow for Go has been updated as well to avoid checking development branch since we've been just merging directly to master. Go versions 1.21-1.22 are being checked, 1.13-1.20 have been dropped due to incompatibility with the new go.mod version format (X.Y.Z rather than X.Y).

toddgaunt-gs commented 4 months ago

Need to get MacOS tests working