Marten Seemann
073f5c0306
ci: fix ordering of error output of the cross compilation workflow ( #3809 )
2023-06-02 03:12:53 -07:00
Glonee
2ff71510a9
ci: fix Codecov coverage report ( #3837 )
2023-05-15 06:06:25 -07:00
Marten Seemann
74be4d2755
add a function to set the UDP send buffer size
...
This function is the equivalent to the function used to set the UDP
receive buffer size. It's so similar that code generation is used to
make a copy of the setReceiveBuffer function.
2023-05-08 14:35:21 +03:00
Marco Munizaga
843b633434
use SO_RCVBUFFORCE to force receive buffer increase on Linux ( #3804 )
...
* Add ability to force change the receive buffer size using SO_RCVBUFFORCE in Linux
* Fix imports
* Update test
* Add sys_conn_helper_not_linux
* Rename file
* ignore the error on SetReadBuffer
* also run unit tests as root
---------
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2023-05-08 02:40:47 -07:00
Marten Seemann
5c05143703
Merge pull request #3784 from quic-go/speed-up-cross-compile
...
ci: speed up the cross compilation job by parallelizing
2023-05-01 14:02:56 +02:00
Marten Seemann
ea721c9c75
Merge pull request #3782 from quic-go/integration-tests-versions
...
set the version for integration tests using a command line flag
2023-05-01 13:59:10 +02:00
Marten Seemann
523036c4e6
ci: run go build jobs in parallel in cross compile job
2023-05-01 13:46:07 +02:00
Marten Seemann
1a483c0e43
ci: remove outdated version checks from cross compilation script
2023-05-01 13:46:07 +02:00
Marten Seemann
c19e6a71b2
ci: allow changing runners through config vars ( #3783 )
...
* ci: allow changing runners through config vars
* fix variable access
---------
Co-authored-by: galargh <piotr.galar@gmail.com>
2023-05-01 04:45:30 -07:00
Marten Seemann
2b0a03a988
set the QUIC version for integration tests using a command line flag
2023-05-01 13:43:34 +02:00
Marten Seemann
0dbe595d9f
move the version negotiation tests to a separate package
2023-05-01 13:42:30 +02:00
Marten Seemann
8507208665
ci: update golangci-lint config, increase timeout ( #3771 )
...
Some of the linters we've been using are deprecated now. We also hadn't
update our qtls depguard config for a very long time.
2023-04-19 05:45:19 -07:00
Marten Seemann
c9ae152956
interop: publish Docker images for linux/amd64 and linux/arm64 ( #3748 )
2023-03-29 22:21:13 -07:00
Marten Seemann
56a6d8d35b
ci: update golangci-lint to v1.52.2, update Go version ( #3740 )
...
* ci: update golangci-lint to v1.52.2, update Go version
* run gofumpt
2023-03-27 22:55:26 -07:00
Marten Seemann
ad7182ce84
ci: fix interop Docker builder ( #3712 )
2023-02-15 23:06:37 -08:00
Spencer Comfort
0a9ceca91e
ci: update GitHub action workflow versions ( #3677 )
...
* Update build-interop-docker.yml
* Update go-generate.yml
* Update lint.yml
* Update unit.yml
2023-02-13 15:26:56 -08:00
Marten Seemann
f42357f096
drop qtls support for Go 1.18
2023-02-04 17:44:54 +13:00
Marten Seemann
55891e2925
update CI to use Go 1.20
2023-02-02 09:51:18 +13:00
Marten Seemann
576d85cd3d
add support for Go 1.20 ( #3641 )
2023-01-17 23:22:36 -08:00
kixelated
9540d0fed2
use go run
for mockgen, goimports and ginkgo ( #3616 )
2022-11-11 02:11:41 -08:00
Marten Seemann
b025344e71
fix usage of deprecated Ginkgo flag
2022-10-19 09:09:05 +01:00
Marten Seemann
52ab2454f7
fix version of Ginkgo installed on CI ( #3591 )
2022-10-11 13:41:22 -07:00
Marten Seemann
870fbe7ab0
migrate to Ginkgo v2
2022-10-11 16:38:44 +04:00
Marten Seemann
c9a878858e
remove the benchmark test suite
2022-10-11 16:38:18 +04:00
Marten Seemann
b372d02ac4
remove genny dependency
2022-08-12 11:18:57 +03:00
Marten Seemann
498475fa60
update golangci-lint action to v3, golangci-lint to v1.48.0 ( #3499 )
...
* run gofmt -s -w
* stop using the deprecated io/ioutil package
* update golangci-lint action to v3, golangci-lint to v1.48.0
2022-08-10 09:50:48 -07:00
Marten Seemann
ea9de26ed5
drop support for Go 1.16 and 1.17 ( #3482 )
2022-08-10 03:42:14 -07:00
Marten Seemann
f29dd273b4
update for Go 1.19beta1 ( #3460 )
2022-06-28 01:12:44 -07:00
Marten Seemann
7265441042
update golangci-lint to v1.45.2
2022-04-02 20:06:16 +01:00
Marten Seemann
366097106c
use Go 1.18 on CI
2022-03-16 11:16:44 +04:00
Marten Seemann
71c8af30ea
update GitHub Actions to use Go 1.18rc1 ( #3335 )
2022-02-20 05:23:51 -08:00
Marten Seemann
ba4d02017c
add support for Go 1.18
2021-12-15 10:13:31 +04:00
Marten Seemann
bb8d4844d5
run integration tests with Go 1.17.x
2021-10-16 19:08:47 +02:00
Marten Seemann
c923158a3e
update to Go 1.17.x
2021-08-16 23:21:24 +02:00
Marten Seemann
68e468a3bc
drop support for Go 1.15
2021-08-05 14:18:56 +02:00
Marten Seemann
115a79eb02
update to Go 1.17rc1
2021-07-13 16:28:16 -04:00
Marten Seemann
5ff1abb049
update golangci-lint to v1.41.1
2021-06-19 11:56:47 -07:00
Marten Seemann
f4f6ce97d7
update Ginkgo to v1.16.4 and Gomega to v1.13.0
2021-06-16 14:09:38 -07:00
Marten Seemann
7c74d1eb47
add support for Go 1.17 Beta 1
2021-06-15 12:29:48 -07:00
Marten Seemann
a203702c28
add a CI test that go mod vendor works
2021-06-13 23:26:24 -07:00
Marten Seemann
cc59aa0d2e
fix evalution of DEBUG flag in integration test workflow
2021-03-19 10:49:45 +08:00
Marten Seemann
9dcb56b76f
Merge pull request #2893 from lucas-clemente/clean-up-workflow
...
clean up the GitHub Action unit test workflow
2021-03-10 12:32:37 +08:00
Marten Seemann
af284030e9
clean up the GitHub Action unit test workflow
2021-03-10 12:23:03 +08:00
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