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:
committed by
GitHub
parent
87888e9dbf
commit
926f9f3804
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user