From fd34afa501bfffb5dd5c257f8002b6c1aa91d39f Mon Sep 17 00:00:00 2001 From: Yavor Shahpasov Date: Thu, 22 Feb 2024 15:56:16 +0200 Subject: [PATCH] Fix tests --- .github/workflows/go.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0065213..7768af8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' - name: Build run: go build -v ./... diff --git a/README.md b/README.md index b4da644..e3eab2b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ Send an email and fetch the email that was sent over a http api. Use cases - integration testing emails like (welcome email, password verification etc) + + +![Go Tests](https://github.com/yavosh/smtpbox/actions/workflows/go.yml/badge.svg)