File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# Gitlab Webhook Dispatcher 🚀
22
3- ![ Supported Go Versions] ( https://img.shields.io/badge/Go-%3E%3D1.23-blue )
3+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-%3E%3D1.23.0 -blue )
44[ ![ Package Version] ( https://badgen.net/github/release/flc1125/go-gitlab-webhook/stable )] ( https://github.com/flc1125/go-gitlab-webhook/releases )
55[ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/flc1125/go-gitlab-webhook/v2 )] ( https://pkg.go.dev/github.com/flc1125/go-gitlab-webhook/v2 )
66[ ![ codecov] ( https://codecov.io/gh/flc1125/go-gitlab-webhook/graph/badge.svg?token=QPTHZ5L9GT )] ( https://codecov.io/gh/flc1125/go-gitlab-webhook )
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/flc1125/go-gitlab-webhook/v2
22
33go 1.23.0
44
5- toolchain go1.23.6
6-
75require (
86 github.com/stretchr/testify v1.10.0
97 gitlab.com/gitlab-org/api/client-go v0.123.0
Original file line number Diff line number Diff line change 77 "separateMajorMinor" : true ,
88 "postUpdateOptions" : [" gomodTidy" ],
99 "constraints" : {
10- "go" : " 1.23"
10+ "go" : " 1.23.0 "
1111 },
1212 "packageRules" : [
1313 {
You can’t perform that action at this time.
0 commit comments