Skip to content

Commit 95cf50d

Browse files
authored
chore: update Go version to 1.23.6 and adjust documentation (#50)
* chore: update Go version to 1.23.6 and adjust documentation * chore: downgrade Go version to 1.23.0 and update related documentation
1 parent 7d250c3 commit 95cf50d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/flc1125/go-gitlab-webhook/v2
22

33
go 1.23.0
44

5-
toolchain go1.23.6
6-
75
require (
86
github.com/stretchr/testify v1.10.0
97
gitlab.com/gitlab-org/api/client-go v0.123.0

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"separateMajorMinor": true,
88
"postUpdateOptions": ["gomodTidy"],
99
"constraints": {
10-
"go": "1.23"
10+
"go": "1.23.0"
1111
},
1212
"packageRules": [
1313
{

0 commit comments

Comments
 (0)