Skip to content

Commit

Permalink
chore: bump min go version to 1.20 (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: James Hillyerd <james@hillyerd.com>
  • Loading branch information
jhillyerd authored Aug 31, 2024
1 parent 7b4e345 commit 2280972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2280972

Please sign in to comment.