* build(deps): bump library/golang in the docker group
Bumps the docker group with 1 update: library/golang.
Updates `library/golang` from 1.22-bookworm to 1.23-bookworm
---
updated-dependencies:
- dependency-name: library/golang
dependency-type: direct:production
dependency-group: docker
...
Signed-off-by: dependabot[bot] <support@github.com>
* update go version
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
* Added environment variable and CLI parameter for adjusting the read buffer size
* Changed readBufferSize to int and some bugfixing
* Small fixes
* ci: 👷 CI system updated
* ci: 👷 CI system updated
---------
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
* 🐛 fix(server.go): validate IP address before starting server
✨ feat(server.go): add support for IPv6 addresses
* ✨ feat(cli): add support for IPv6 addresses in the `--listen` flag
* 🐛 fix(server.go): add nolint comment to ignore magic number warning in ipv6 check
* 🐛 fix(server.go): use fmt.Sprintf to format IP and port instead of strconv.Itoa and string concatenation
* 🎨 style(CHANGELOG.md): add UNRELEASED section
🔧 chore(notfound/handler.go): refactor to use core.RespondWithErrorPage
🔧 chore(http/server.go): pass config, templatePicker, renderer and options to notfoundHandler
🔧 chore(hurl/404.hurl): update test to expect HTML response instead of plain text
* 📝 docs(CHANGELOG.md): fix typo in changed section
* 🔥 chore(CHANGELOG.md): release version 2.22.0
🔥 chore(flags.go): remove unused code for serve command