summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/linux32.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-07-10github: also run 32-bit tests on LinuxBrad Fitzpatrick1-0/+48
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>