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