From b61c90def62cd5b5dce55c66d56e8b294a0d084a Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Tue, 18 Nov 2025 19:20:53 +0100 Subject: [PATCH 1/2] Added badge for Go report card --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dd371c..6e00379 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Mirror on GitHub](https://img.shields.io/badge/mirror-GitHub-blue)](https://github.com/jakoubek/sendamatic) [![Go Reference](https://pkg.go.dev/badge/code.beautifulmachines.dev/jakoubek/sendamatic.svg)](https://pkg.go.dev/code.beautifulmachines.dev/jakoubek/sendamatic) +[![Go Report Card](https://goreportcard.com/badge/code.beautifulmachines.dev/jakoubek/sendamatic)](https://goreportcard.com/report/code.beautifulmachines.dev/jakoubek/sendamatic) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) A Go client library for the [Sendamatic](https://www.sendamatic.net) email delivery API. From 9e4a528d88bc90c34afc96dc2e76dcd221004396 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Wed, 19 Nov 2025 09:19:46 +0100 Subject: [PATCH 2/2] Changed minimal Go version to 1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bf8c1e1..b61f016 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module code.beautifulmachines.dev/jakoubek/sendamatic -go 1.25.4 +go 1.22