Josh Bleecher Snyder
ac75958d2e
workflows: run staticcheck on more platforms
...
To prevent issues like #1786 , run staticcheck on the primary GOOSes:
linux, mac, and windows.
Windows also has a fair amount of GOARCH-specific code.
If we ever have GOARCH staticcheck failures on other GOOSes,
we can expand the test matrix further.
This requires installing the staticcheck binary so that
we can execute it with different GOOSes.
Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
5 years ago
Brad Fitzpatrick
86d3a6c9a6
Switch to Go 1.16.
...
Fixes #1370
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
Brad Fitzpatrick
862d223c39
Switch to Go 1.15.
...
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
6 years ago
Brad Fitzpatrick
75e1cc1dd5
github/workflows: add go vet ./... step
6 years ago
Avery Pennarun
d9fd5db1e1
Rename master -> main.
...
Background:
https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/
6 years ago
Brad Fitzpatrick
6b232b5a79
Disable staticcheck for tempfork packages.
6 years ago
David Anderson
108e3af76f
github: use Go 1.14 in CI.
...
Signed-off-by: David Anderson <danderson@tailscale.com>
6 years ago
David Anderson
47265000da
Revert "update CI and everything to Go 1.14."
...
This reverts commit 905fe9f6a2 .
We're not quite ready to update the Mac/iOS builds to 1.14.
6 years ago
David Anderson
bc20e555c5
Print the staticcheck version.
...
Signed-off-by: David Anderson <danderson@tailscale.com>
6 years ago
David Anderson
905fe9f6a2
update CI and everything to Go 1.14.
6 years ago
David Anderson
595325c716
meta: add a staticcheck CI step.
...
Signed-off-by: David Anderson <dave@natulte.net>
6 years ago
David Anderson
fb36bb9a88
Add slack notifications to CI.
...
Signed-off-by: David Anderson <dave@natulte.net>
6 years ago
David Anderson
3dd4471036
Add a build+test github action, as a quick and cheerful CI.
...
Signed-Off-By: David Anderson <dave@natulte.net>
6 years ago