File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-go@v5
18
18
with :
19
- go-version : stable
19
+ go-version : 1.23.x
20
20
- name : golangci-lint
21
21
uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 14
14
name : " go test"
15
15
strategy :
16
16
matrix :
17
- go-version : [ 1.22.x, 1. 23.x, 1.24.x ]
17
+ go-version : [ 1.23.x, 1.24.x ]
18
18
platform : [ ubuntu-latest, windows-latest, macos-latest ]
19
19
runs-on : ${{ matrix.platform }}
20
20
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.22.10 -blue )
3
+ ![ Supported Go Versions] ( https://img.shields.io/badge/Go-%3E%3D1.23 -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 1
1
module github.com/flc1125/go-gitlab-webhook/v2
2
2
3
- go 1.22.10
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.10.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.22.10 "
10
+ "go" : " 1.23 "
11
11
},
12
12
"packageRules" : [
13
13
{
You can’t perform that action at this time.
0 commit comments