spacemeshos / post

Spacemesh POST protocol implementation
MIT License
19 stars 20 forks source link

Update CI tooling #169

Closed fasmat closed 1 year ago

fasmat commented 1 year ago

Updates gotestsum, golangci-lint and staticcheck to their most recent versions.

Additionally the steps were reordered: the setup (installing dependencies, configuring the VM) is done before the checkout. This speeds up the CI especially on Windows where checking out the code without an active Windows Defender is about twice as fast as with it.