We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4e345 commit b8b75acCopy full SHA for b8b75ac
.github/workflows/build-and-test.yml
@@ -8,9 +8,9 @@ jobs:
8
strategy:
9
matrix:
10
go:
11
- - 1.18.x
12
- - 1.19.x
13
- 1.20.x
+ - 1.21.x
+ - 1.22.x
14
name: Go ${{ matrix.go }} build
15
steps:
16
- uses: actions/checkout@v4
go.mod
@@ -1,6 +1,6 @@
1
module github.com/jhillyerd/enmime
2
3
-go 1.18
+go 1.20
4
5
require (
6
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a
0 commit comments