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 1
1
# Gitlab Webhook Dispatcher 🚀
2
2
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 )
4
4
[ ![ Package Version] ( https://badgen.net/github/release/flc1125/go-gitlab-webhook/stable )] ( https://github.com/flc1125/go-gitlab-webhook/releases )
5
5
[ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/flc1125/go-gitlab-webhook/v2 )] ( https://pkg.go.dev/github.com/flc1125/go-gitlab-webhook/v2 )
6
6
[ ![ 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
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.6
6
-
7
5
require (
8
6
github.com/stretchr/testify v1.10.0
9
7
gitlab.com/gitlab-org/api/client-go v0.123.0
Original file line number Diff line number Diff line change 7
7
"separateMajorMinor" : true ,
8
8
"postUpdateOptions" : [" gomodTidy" ],
9
9
"constraints" : {
10
- "go" : " 1.23"
10
+ "go" : " 1.23.0 "
11
11
},
12
12
"packageRules" : [
13
13
{
You can’t perform that action at this time.
0 commit comments