summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/linux.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-05-04workflows: execute benchmarksJosh Bleecher Snyder1-1/+1
#1817 removed the only place in our CI where we executed our benchmark code. Fix that by executing it everywhere. The benchmarks are generally cheap and fast, so this should add minimal overhead. Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
2021-02-19Switch to Go 1.16.Brad Fitzpatrick1-1/+1
Fixes #1370 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-08-18Switch to Go 1.15.Brad Fitzpatrick1-1/+1
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-06-15Rename master -> main.Avery Pennarun1-1/+1
Background: https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/
2020-04-19github: use Go 1.14 in CI.David Anderson1-2/+2
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-03-06Revert "update CI and everything to Go 1.14."David Anderson1-2/+2
This reverts commit 905fe9f6a227398c9032cfdee46a20cef43c8fa9. We're not quite ready to update the Mac/iOS builds to 1.14.
2020-03-06update CI and everything to Go 1.14.David Anderson1-2/+2
2020-02-13meta: move cross-compiled builds to their own parallel jobsBrad Fitzpatrick1-15/+0
And add FreeBSD. Fixes #37 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-02-12meta: cross-compile tests for other geeseevalexpr1-1/+19
For now this is just darwin/windows, but we'll eventually add support for {free,open}bsd Signed-off-by: evalexpr <wilkinsphysics@gmail.com>
2020-02-12meta: build different GOOSes in CIJonathan Wilkins1-14/+12
First pass at #37 without support for cross-compilation of tests Signed-off-by: evalexpr <wilkinsphysics@gmail.com>
2020-02-11Add slack notifications to CI.David Anderson1-15/+14
Signed-off-by: David Anderson <dave@natulte.net>
2020-02-10Add a build+test github action, as a quick and cheerful CI.David Anderson1-0/+48
Signed-Off-By: David Anderson <dave@natulte.net>