Release v0.3.3
·
8 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release Notes – v0.3.3
This release resolves a critical build issue that prevented the Docker image from compiling on the latest Go version. The Dockerfile now aligns with the Go version specified in go.mod, ensuring smooth image creation and deployment.
New Features
- None
Bug Fixes
- Correct Dockerfile to use Go 1.25, matching
go.modand preventinggo mod downloadfailures.
Improvements
- None
Documentation
- None
Chores
- Update Docker build image to
golang:1.25-alpineto match project Go requirement.