1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

go: update dependencies (#467)

* go: update dependencies
* go: minimum 1.21 required by deps

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-02-04 20:50:49 -08:00
committed by GitHub
parent e190adef4d
commit 599200d32e
3 changed files with 41 additions and 41 deletions

View File

@@ -15,7 +15,6 @@ jobs:
matrix:
go:
- '1.21'
- '1.20'
steps:
- uses: actions/checkout@v3