web3-bot
40284dc62c
chore!: bump go.mod to Go 1.24 and run go fix ( #121 )
...
BREAKING CHANGE: Updating the Go version to 1.24
2025-08-21 08:32:00 +01:00
web3-bot
30bff74a3d
ci: uci/copy-templates ( #120 )
...
* chore: add or force update .github/workflows/stale.yml
* chore: add or force update .github/workflows/generated-pr.yml
2025-03-28 14:06:48 +01:00
web3-bot
4aa55c7551
chore!: bump go.mod to Go 1.23 and run go fix ( #119 )
...
BREAKING CHANGE: Updating the Go version to 1.23
2025-02-16 21:01:47 +01:00
web3-bot
a3a76c7920
chore: bump go.mod to Go 1.22 and run go fix ( #117 )
2024-08-26 11:26:45 +01:00
web3-bot
115987a487
ci: uci/copy-templates ( #116 )
...
* chore: add or force update .github/workflows/go-test.yml
* chore: add or force update .github/workflows/go-check.yml
* chore: add or force update .github/workflows/releaser.yml
* chore: add or force update .github/workflows/release-check.yml
* chore: add or force update .github/workflows/tagpush.yml
* chore: add or force update .github/workflows/go-test.yml
* chore: add or force update .github/workflows/go-check.yml
* chore: add or force update .github/workflows/releaser.yml
* chore: add or force update .github/workflows/release-check.yml
* chore: add or force update .github/workflows/tagpush.yml
* chore: add or force update .github/workflows/go-test.yml
* chore: add or force update .github/workflows/go-check.yml
* chore: add or force update .github/workflows/releaser.yml
* chore: add or force update .github/workflows/release-check.yml
* chore: add or force update .github/workflows/tagpush.yml
2024-03-22 07:17:21 +00:00
web3-bot
b22b1ea928
ci: uci/update-go ( #115 )
...
* chore: bump go.mod to Go 1.21 and run go fix
* chore: run go mod tidy
2024-03-14 12:26:02 +01:00
GitHub
16c6bbdfdf
chore: Update .github/workflows/stale.yml [skip ci]
2024-01-31 16:48:18 +00:00
Marten Seemann
ac34b4fb35
release v0.4.0 ( #111 )
v0.4.0
2023-08-16 23:11:58 -07:00
Prem Chaitanya Prathi
45f56813e4
use SO_REUSEPORT_LB on FreeBSD ( #106 )
...
* feat: Add support for SO_REUSEPORT_LB option as per freeBSD
* fix: address review comments
* chore: updated to use build flags
* chore: remove unnecessary code
* chore: fix gofmt error
2023-08-16 22:59:20 -07:00
web3-bot
0304740d59
chore: bump go.mod to Go 1.20 and run go fix ( #109 )
2023-08-14 15:36:23 +02:00
web3-bot
a4a0d29c09
ci: uci/copy-templates ( #108 )
...
* chore: add or force update .github/workflows/go-test.yml
* chore: add or force update .github/workflows/go-check.yml
* chore: add or force update .github/workflows/releaser.yml
* chore: add or force update .github/workflows/release-check.yml
* chore: add or force update .github/workflows/tagpush.yml
2023-08-14 08:20:36 +02:00
web3-bot
23f0c342f0
chore: delete templates [skip ci] ( #107 )
2023-08-13 20:53:37 +02:00
GitHub
35f74169bd
chore: Update .github/workflows/stale.yml [skip ci]
2023-06-28 08:53:22 +00:00
GitHub
a37b8c5446
chore: Update .github/workflows/stale.yml [skip ci]
2023-06-14 09:05:17 +00:00
Marten Seemann
64059a6c78
release v0.3.0 ( #103 )
v0.3.0
2023-04-25 06:07:58 -07:00
Matt Joiner
28dc0654fa
fix error handling when setting socket options ( #102 )
...
Both sockopt and control errors can't exist at the same time, but control errors should occur first, and so are given precedence.
Fixes #101
2023-04-25 05:20:04 -07:00
web3-bot
194b8a8db9
sync: update CI config files ( #97 )
2023-02-08 15:08:00 +00:00
libp2p-mgmt-read-write[bot]
d0035dc105
chore: Update .github/workflows/stale.yml [skip ci]
2022-09-19 13:42:55 +00:00
Marten Seemann
189ef9ce11
minor README updates ( #96 )
...
* use badge to link to GoDoc
* remove Go version requirement
2022-09-09 23:36:09 -07:00
web3-bot
7260fee34c
sync: update CI config files ( #94 )
2022-08-23 15:40:28 +00:00
Marco Munizaga
39eec50b97
Merge pull request #92 from libp2p/chore/add-dial-timeout
...
feat: add a DialTimeout function
2022-06-02 11:36:59 -07:00
Steven Allen
5b71e44d66
feat: add a DialTimeout function
...
fixes #91
2022-06-01 08:41:30 -07:00
Marten Seemann
0ae94e31ce
release v0.2.0 ( #90 )
v0.2.0
2022-04-25 14:37:59 -07:00
web3-bot
4ec0e45f38
sync: update CI config files ( #88 )
...
* bump go.mod to Go 1.17 and run go fix
* update .github/workflows/automerge.yml
* update .github/workflows/go-test.yml
* update .github/workflows/go-check.yml
Co-authored-by: web3-bot <web3-bot@users.noreply.github.com >
2022-04-25 14:34:16 -07:00
Marten Seemann
9203cd7226
chore: update golang.org/x/sys ( #89 )
2022-04-25 12:26:54 -07:00
web3-bot
62b82fa22c
sync: update CI config files ( #86 )
2021-12-10 15:51:57 +00:00
Marten Seemann
90f8815852
Merge pull request #85 from libp2p/errors
...
stop using github.com/pkg/errors
v0.1.0
2021-09-20 13:29:36 +01:00
Marten Seemann
9b33d8f7f9
stop using github.com/pkg/errors
2021-09-20 09:26:43 +01:00
web3-bot
40d6eaeb6c
sync: update CI config files ( #84 )
2021-08-18 12:04:36 +00:00
web3-bot
22bd2c3890
sync: update CI config files ( #83 )
2021-06-01 17:59:02 +00:00
web3-bot
bfc4c5471f
sync: update CI config files ( #82 )
2021-04-22 10:07:55 +00:00
Will
db4166559a
Merge pull request #79 from fhs/plan9
...
Fix build on Plan 9
v0.0.2
2020-07-08 22:43:42 -07:00
Fazlul Shahriar
f0ab767cd7
Fix build on Plan 9
...
All tests are passing.
2020-07-08 23:03:12 -04:00
Steven Allen
5f73bcc6dd
Merge pull request #78 from libp2p/dependabot/go_modules/github.com/stretchr/testify-1.5.1
...
Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
2020-03-30 00:01:15 -07:00
dependabot-preview[bot]
b80f544d5a
Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-20 11:18:38 +00:00
Steven Allen
2d7f11602c
Merge pull request #76 from libp2p/dependabot/go_modules/github.com/pkg/errors-0.9.1
...
Bump github.com/pkg/errors from 0.9.0 to 0.9.1
2020-01-16 00:06:00 +01:00
dependabot-preview[bot]
2feef49223
Bump github.com/pkg/errors from 0.9.0 to 0.9.1
...
Bumps [github.com/pkg/errors](https://github.com/pkg/errors ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases )
- [Commits](https://github.com/pkg/errors/compare/v0.9.0...v0.9.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-15 11:19:04 +00:00
Steven Allen
ebfa304cce
Merge pull request #75 from libp2p/dependabot/go_modules/github.com/pkg/errors-0.9.0
...
Bump github.com/pkg/errors from 0.8.1 to 0.9.0
2020-01-13 12:38:05 +01:00
dependabot-preview[bot]
68f55424d7
Bump github.com/pkg/errors from 0.8.1 to 0.9.0
...
Bumps [github.com/pkg/errors](https://github.com/pkg/errors ) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/pkg/errors/releases )
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:17:46 +00:00
Steven Allen
5fd936bd72
Merge pull request #73 from libp2p/dependabot/go_modules/github.com/stretchr/testify-1.4.0
...
Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
2019-12-06 20:11:53 -05:00
Steven Allen
833f029029
Merge branch 'ci/go-1.13'
2019-12-06 16:48:53 -05:00
Steven Allen
ee11ec1f7f
ci: bump to go 1.13
2019-12-06 16:33:58 -05:00
dependabot-preview[bot]
05a122fa75
Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-06 17:39:55 +00:00
Raúl Kripalani
b72b23b78b
farewell gx; thanks for serving us well.
2019-04-11 21:11:16 +01:00
Yusef Napora
b298fcd8be
update readme badges
2019-04-09 13:14:41 -04:00
Raúl Kripalani
3600638909
remove Jenkinsfile.
2019-03-11 16:08:02 +00:00
Raúl Kripalani
b01ae007d6
Merge pull request #71 from libp2p/gomod
...
add gomod support // tag v0.0.1.
2019-03-01 16:59:08 +00:00
Raúl Kripalani
3e6d618acf
add gomod support // tag v0.0.1.
v0.0.1
2019-03-01 16:56:23 +00:00
Steven Allen
6a75ffd916
Merge pull request #70 from libp2p/fix/wasm-buildtag
...
fix: add wasm build tag to wasm module
2019-02-18 15:36:03 -08:00
Jakub Sztandera
642fc42745
fix: add wasm build tag to wasm module
...
It is not strictly needed but in cases of builds with Go older than 1.11
it significantly improves error message.
2019-02-18 22:46:25 +01:00