Skip to content

Commit b8b75ac

Browse files
committed
chore: bump min go version to 1.20
Signed-off-by: James Hillyerd <[email protected]>
1 parent 7b4e345 commit b8b75ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
go:
11-
- 1.18.x
12-
- 1.19.x
1311
- 1.20.x
12+
- 1.21.x
13+
- 1.22.x
1414
name: Go ${{ matrix.go }} build
1515
steps:
1616
- uses: actions/checkout@v4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jhillyerd/enmime
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a

0 commit comments

Comments
 (0)