Ludovic Fernandez
Ludovic Fernandez
To avoid the following git warning: ``` warning: in the working copy of 'github.com/vmware-labs/yaml-jsonpath/LICENSE', CRLF will be replaced by LF the next time Git touches it warning: in the working...
- update golangci-lint configuration - update min Go version to go1.22
https://github.com/timakin/bodyclose/compare/574207250966...adbc21e6bf36 **This update is done by hand because dependabot is not able to update non-semver dependency.**
Fixes #480 I didn't find a way to have a working approach for `GO111MODULE=off` tests, so I removed them (and I tried several approaches). make test-master ```console $ make test-master...
Currently the CI fails because: ``` #8 13.55 internal/xtypes/xtypes.go:224:14: undefined: types.Alias #8 13.55 internal/xtypes/xtypes.go:226:30: undefined: types.Unalias ``` `types.Alias` and `types.Unalias` have been introduced in go1.22. The current min version inside...
log ``` runtime: goroutine stack exceeds 1000000000-byte limit runtime: sp=0xc020988380 stack=[0xc020988000, 0xc040988000] fatal error: stack overflow runtime stack: runtime.throw({0x7403df?, 0xc00069bec8?}) /home/ldez/.gvm/gos/go1.23.2/src/runtime/panic.go:1067 +0x48 fp=0xc00069be88 sp=0xc00069be58 pc=0x469948 runtime.newstack() /home/ldez/.gvm/gos/go1.23.2/src/runtime/stack.go:1117 +0x5bd fp=0xc00069bfc8 sp=0xc00069be88...
The migration is not documented. The documentation of the SDK is weak. So, it requires an Edgedns user to test this PR. https://github.com/akamai/AkamaiOPEN-edgegrid-golang/compare/v1.2.2...v4.1.0 How to test this PR? 1. You...
The migration guide is sparse https://cli.urfave.org/migrate-v2-to-v3/, but the migration is not complex.
Related to https://github.com/alexzorin/certbot-dns-multi/issues/15 How to test this PR? 1. You need [Go](https://go.dev/doc/install) 2. Checkout the PR: ```bash git clone https://github.com/ldez/lego.git cd lego git checkout fix/namedotcom-cname ``` 3. Compile lego: -...