1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 12:11:55 +00:00

Few updates in ci jobs and go.mod/dockerfile (#372)

* update go.mod to 1.20
* clean up and format ci jobs
* update go and alpine images in dockerfile

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2023-05-30 23:08:07 +02:00
committed by GitHub
parent 87888e9dbf
commit 926f9f3804
5 changed files with 43 additions and 11 deletions

4
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/inbucket/inbucket
go 1.20
require (
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
github.com/google/subcommands v1.2.0
@@ -38,5 +40,3 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.18