Maisem Ali
|
d4916a8be3
|
.github/workflows: cancel previous CI runs on PR update
Currently scheduled runs are not canceled when we update PRs, those
results are unused and the resources are just wasted. Instead of doing
that, this PR makes it so that when a PR is updated (force-pushed or new
commit added) the previous runs are canceled.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2022-08-15 07:27:24 -07:00 |
|
Brad Fitzpatrick
|
e1309e1323
|
all: require Go 1.19
Updates #5210
Change-Id: I2e950b4776636b4ea89b6566b60e4a87596a3a43
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2022-08-02 11:49:01 -07:00 |
|
dependabot[bot]
|
a121b9f263
|
.github: Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 16:07:00 -07:00 |
|
dependabot[bot]
|
257d75beb1
|
.github: Bump actions/setup-go from 2.1.5 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.5...v3)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 15:58:46 -07:00 |
|
Josh Bleecher Snyder
|
4b1e02057a
|
.github/workflows: request Go 1.18
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
|
2022-03-16 12:45:28 -07:00 |
|
dependabot[bot]
|
b1b0fd119b
|
.github: Bump actions/setup-go from 2.1.4 to 2.1.5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.4...v2.1.5)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-10 16:39:26 -08:00 |
|
dependabot[bot]
|
a56520c3c7
|
.github: Bump actions/setup-go from 1 to 2.1.4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v1...v2.1.4)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-22 15:43:23 -07:00 |
|
Brad Fitzpatrick
|
ec2b7c7da6
|
all: bump minimum Go to 1.17
In prep for using 1.17 features.
Note the go.mod changes are due to:
https://golang.org/doc/go1.17#go-command
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-09-02 12:51:11 -07:00 |
|
Brad Fitzpatrick
|
86d3a6c9a6
|
Switch to Go 1.16.
Fixes #1370
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-02-19 13:18:31 -08:00 |
|
Brad Fitzpatrick
|
862d223c39
|
Switch to Go 1.15.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2020-08-18 15:48:30 -07:00 |
|
Avery Pennarun
|
d9fd5db1e1
|
Rename master -> main.
Background:
https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/
|
2020-06-15 13:47:11 -04:00 |
|
David Anderson
|
108e3af76f
|
github: use Go 1.14 in CI.
Signed-off-by: David Anderson <danderson@tailscale.com>
|
2020-04-19 14:46:24 -07:00 |
|
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.
|
2020-03-06 13:45:54 -08:00 |
|
David Anderson
|
905fe9f6a2
|
update CI and everything to Go 1.14.
|
2020-03-06 12:55:52 -08:00 |
|
Brad Fitzpatrick
|
b5346fe7b4
|
meta: move cross-compiled builds to their own parallel jobs
And add FreeBSD.
Fixes #37
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2020-02-13 11:28:07 -08:00 |
|