Nate Brown
7801b589b6
Sign and notarize darwin universal binaries ( #571 )
2021-11-09 10:49:54 -06:00
Nate Brown
32cd9a93f1
Bump to go1.17 ( #553 )
2021-10-21 16:24:11 -05:00
John Maguire
98c391396c
Remove log when no handshake message is sent ( #452 )
2021-04-30 18:19:40 -05:00
Nathan Brown
0c2e5973e1
Simple lie test ( #427 )
2021-03-31 10:26:35 -05:00
Wade Simmons
3dd1108099
Go 1.16 and darwin-arm64 ( #381 )
...
This commit switches to Go 1.16 and adds a release binary for darwin-arm64.
Fixes : #343
2021-02-17 13:11:57 -05:00
Wade Simmons
32fe9bfe75
Use Go 1.15 ( #277 )
...
Update all CI checks and release process to use the latest patch version
of go1.15.
2020-08-12 16:16:21 -04:00
Wade Simmons
1cb3201b5e
Github Actions: cache modules and only run when necessary ( #197 )
...
This PR does two things:
- Only run the tests when relevant files change.
- Cache the Go Modules directory between runs, so they don't have to redownload everything everytime (go.sum is the cache key). Pretty much straight from the examples: https://github.com/actions/cache/blob/master/examples.md#go---modules
2020-03-02 16:21:19 -05:00
Wade Simmons
8548ac3c31
build and test with go1.14 ( #195 )
...
- https://golang.org/doc/go1.14
I did a performance sanity check in Docker, and performance seems about
the same (perhaps slightly higher).
2020-02-27 15:48:39 -05:00
Wade Simmons
ed1da1bd9c
Fix Github actions duplicate builds
...
We were building for any commits AND pull requests. This change makes it
so we only build for commits to master AND pull requests.
2019-12-11 22:47:40 -05:00
Nathan Brown
247ed31bf4
Add pull_request to actions ( #87 )
2019-12-11 18:33:32 -08:00
Wade Simmons
cdd3b519ac
Use Github Actions for Linux, Windows and macOS
...
This allows us to run automated builds and tests for the three OSes.
2019-12-11 14:01:36 -05:00