Skip to content

Commit

Permalink
build(go.mod): update module go version to 1.21 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 authored Dec 15, 2024
1 parent 81566be commit 5092045
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: "go test"
strategy:
matrix:
go-version: [ 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x ]
go-version: [ 1.21.x, 1.22.x, 1.23.x ]
platform: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitlab Webhook Dispatcher 🚀

![Supported Go Versions](https://img.shields.io/badge/Go-%3E%3D1.18-blue)
![Supported Go Versions](https://img.shields.io/badge/Go-%3E%3D1.21-blue)
[![Package Version](https://badgen.net/github/release/flc1125/go-gitlab-webhook/stable)](https://github.com/flc1125/go-gitlab-webhook/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/flc1125/go-gitlab-webhook)](https://pkg.go.dev/github.com/flc1125/go-gitlab-webhook)
[![codecov](https://codecov.io/gh/flc1125/go-gitlab-webhook/graph/badge.svg?token=QPTHZ5L9GT)](https://codecov.io/gh/flc1125/go-gitlab-webhook)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/flc1125/go-gitlab-webhook

go 1.18
go 1.21

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"separateMajorMinor": true,
"postUpdateOptions": ["gomodTidy"],
"constraints": {
"go": "1.18"
"go": "1.21"
},
"packageRules": [
{
Expand Down

0 comments on commit 5092045

Please sign in to comment.