From 2280972291c28da1ce7c9b88b8d2cf3d5a2a736d Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 31 Aug 2024 14:56:15 -0700 Subject: [PATCH] chore: bump min go version to 1.20 (#348) Signed-off-by: James Hillyerd --- .github/workflows/build-and-test.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 06bf0b8..edbe4d7 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -8,9 +8,9 @@ jobs: strategy: matrix: go: - - 1.18.x - - 1.19.x - 1.20.x + - 1.21.x + - 1.22.x name: Go ${{ matrix.go }} build steps: - uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index be5fad9..ff00942 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jhillyerd/enmime -go 1.18 +go 1.20 require ( github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a