Commit Graph

38 Commits

Author SHA1 Message Date
Marten Seemann
12a37cdcaf add a debug option to the GitHub Action integrationtest workflow 2021-03-10 12:11:13 +08:00
Marten Seemann
3a41dd00d3 use Go 1.16 in the linting workflow, run go mod tidy using Go 1.16 2021-03-05 13:28:37 +08:00
Marten Seemann
048543bd50 set the TIMESCALE_FACTOR for integration tests on CircleCI and GitHub Actions 2021-03-04 10:45:27 +08:00
Marten Seemann
62a906de3c update Go to 1.16, drop support for 1.14 2021-02-17 12:17:46 +08:00
Marten Seemann
c9ccf3f8a6 update qtls and CI to Go 1.16rc1 2021-01-29 13:19:36 +08:00
Marten Seemann
3894d16cc4 disable Go 1.16 on CI, fix cross compile workflow 2021-01-29 12:49:42 +08:00
Marten Seemann
a5c20b8a38 Merge pull request #2992 from lucas-clemente/improve-go-generate-comparison-output
use a text-based comparison in the go-generate workflow
2021-01-15 17:07:15 +08:00
Marten Seemann
ec3482d261 run golangci-lint in a separate job 2021-01-11 14:58:56 +08:00
Marten Seemann
018b7dc76d use a text-based comparison in the go-generate workflow 2021-01-09 17:32:53 +08:00
Marten Seemann
a6e78498f6 Merge pull request #2967 from lucas-clemente/improve-go-mod-tidy-workflow
improve go mod tidy workflow
2021-01-02 09:49:46 +08:00
Marten Seemann
694e762e41 Merge pull request #2964 from lucas-clemente/update-golangci-lint
update golangci-lint to v1.34.1
2021-01-02 09:49:15 +08:00
Marten Seemann
ef56c8c01c Merge pull request #2976 from lucas-clemente/enable-darwin-arm64-cross-compile
reenable cross compilation test on darwin/arm64 for Go 1.16
2021-01-02 00:10:34 +08:00
Marten Seemann
4b2d54cbcd reenable cross compilation test on darwin/arm64 2021-01-01 12:43:06 +08:00
Marten Seemann
71f0702237 update golang.org/x/sys to allow building on openbsd/mips64 2021-01-01 11:43:19 +08:00
Marten Seemann
cc619f118e fix YAML syntax error in setup-go step 2020-12-31 12:37:59 +08:00
Marten Seemann
54666a0abb use diff instead of cmp to compare the tidied go.mod and go.sum files 2020-12-30 13:04:23 +08:00
Marten Seemann
909c92a112 explicitily set the Go version in the linting workflow
This should be set to the most recent (stable) Go version that we
support.
2020-12-30 13:03:56 +08:00
Marten Seemann
38d4d63d3c update golangci-lint to v1.34.1 2020-12-30 12:29:04 +08:00
Marten Seemann
e2df1d9d15 Merge pull request #2953 from lucas-clemente/go116
add support for Go 1.16
2020-12-30 12:21:19 +08:00
Marten Seemann
57e3f55279 add support for Go 1.16 2020-12-29 11:48:02 +07:00
Marten Seemann
434f7b1b16 disable fail-fast for all GitHub Actions matrix builds 2020-12-25 12:07:40 +07:00
Marten Seemann
02bdce9c05 move integration tests to GitHub Actions, disable Travis 2020-12-08 15:17:17 +07:00
Marten Seemann
02b700804f remove support for quic-trace 2020-12-05 23:13:45 +07:00
Marten Seemann
6148ea9a46 Merge pull request #2914 from lucas-clemente/check-go-mod-tidy
check that go.mod is tidied
2020-12-05 21:16:21 +07:00
Marten Seemann
18bcfce177 Merge pull request #2888 from lucas-clemente/cross-compile-test
cross compile quic-go for all platforms / architectures
2020-12-04 10:13:22 +07:00
Marten Seemann
db5e6f61e5 cross compile quic-go for all platforms / architectures 2020-12-04 09:36:01 +07:00
Marten Seemann
b7cb3fc766 check that go.mod is tidied 2020-11-29 13:28:02 +07:00
Marten Seemann
c5b8e3a06b run all unit test jobs, even if one of them fails 2020-11-29 13:24:47 +07:00
Marten Seemann
fea55fa042 use the current version of setup-go on GitHub Actions 2020-10-29 13:53:09 +07:00
Marten Seemann
84405e1755 use Ginkgo option to combine coverage reports 2020-09-18 12:22:07 +07:00
Marten Seemann
d0f45cc990 Merge pull request #2783 from lucas-clemente/update-golang-ci-lint-action
use golangci-lint-action@v2 to run golangci-lint
2020-09-17 23:03:02 +07:00
Marten Seemann
0a035d7565 run i386 unit tests on GitHub actions 2020-09-15 10:47:15 +07:00
Marten Seemann
1c163dc1e2 use golangci-lint-action@v2 to run golangci-lint 2020-09-15 09:08:33 +07:00
Marten Seemann
4414060017 update golangci-lint to v1.31 2020-09-12 11:41:04 +07:00
Marten Seemann
97b0b6d5c7 use GitHub Actions to run unit tests, disable AppVeyor 2020-08-28 20:14:44 +07:00
Marten Seemann
562cf11b11 run golangci-lint on Github Actions instead of Travis 2020-08-18 11:50:45 +07:00
Marten Seemann
9b5391b771 use GitHub Actions to build the interop runner Docker image 2020-08-18 07:08:24 +07:00
Marten Seemann
91e5ca4947 run the check for go generated files on Github Actions instead of Travis 2020-08-06 17:01:14 +07:00