feat: update go version

This commit is contained in:
2024-04-29 21:20:06 +02:00
parent fe002edab1
commit 2abed91918
2 changed files with 7 additions and 10 deletions

7
go.mod
View File

@@ -1,18 +1,17 @@
module gitea.urkob.com/urko/git-webhook-ci
go 1.19
go 1.22
require (
github.com/fsnotify/fsnotify v1.6.0
github.com/fsnotify/fsnotify v1.7.0
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.8.2
)
require (
gitea.urkob.com/urko/go-root-dir v0.0.0-20230226084401-f50cf1a3ecf4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)