Skip to content

Release v0.3.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:37
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.
a6e1cf8

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.mod and preventing go mod download failures.

Improvements

  • None

Documentation

  • None

Chores

  • Update Docker build image to golang:1.25-alpine to match project Go requirement.