Skip to content

Commit 6cbd8ef

Browse files
authored
chore(deps): bump github.com/shipengqi/golib from 0.2.27 to 0.2.28 (#156)
* chore(deps): bump github.com/shipengqi/golib from 0.2.27 to 0.2.28 * chore: update go version
1 parent 53f9b94 commit 6cbd8ef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
golangci:
1818
strategy:
1919
matrix:
20-
go: [ '1.22', '1.23', '1.24' ]
20+
go: [ '1.23', '1.24', '1.25' ]
2121
os: [ ubuntu-latest, windows-latest ]
2222
permissions:
2323
contents: read # for actions/checkout to fetch code

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/shipengqi/commitizen
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/charmbracelet/huh v0.7.0
77
github.com/mitchellh/mapstructure v1.5.0
88
github.com/onsi/ginkgo/v2 v2.25.3
99
github.com/onsi/gomega v1.38.2
1010
github.com/shipengqi/component-base v0.2.11
11-
github.com/shipengqi/golib v0.2.27
11+
github.com/shipengqi/golib v0.2.28
1212
github.com/shipengqi/log v0.2.3
1313
github.com/spf13/cobra v1.9.1
1414
github.com/spf13/pflag v1.0.10
@@ -19,7 +19,7 @@ require (
1919
replace golang.org/x/net v0.35.0 => golang.org/x/net v0.37.0
2020

2121
require (
22-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
22+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect; injdirect
2323
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2424
github.com/atotto/clipboard v0.1.4 // indirect
2525
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
108108
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
109109
github.com/shipengqi/component-base v0.2.11 h1:oNCwa3FhFBGtKVJHSc3Tr+h9ERMX6JAVxkKToeIIh4M=
110110
github.com/shipengqi/component-base v0.2.11/go.mod h1:YJoIETZyVgILBSqiA7ze+WXgh8j/qz8WN+gpiTfnhc8=
111-
github.com/shipengqi/golib v0.2.27 h1:X9Rq5XVaJZhVxiIj2N8Gfkwxhwa1G/u4uA+tWmMYVBY=
112-
github.com/shipengqi/golib v0.2.27/go.mod h1:qFS6uEuKbQxVmcFpygC/PsMXphIjOx/51Y8xA2pL4QM=
111+
github.com/shipengqi/golib v0.2.28 h1:Z+1vdXFvQ0Pea4/zBHQ05eSABS6KTxwl2X6qmC8BMwM=
112+
github.com/shipengqi/golib v0.2.28/go.mod h1:WgTwni4VJw45qFWp4Ezf7n6OwybQ1yDW5nonGyREKA4=
113113
github.com/shipengqi/log v0.2.3 h1:dH1LEgFV1jkojNvVf2qdjcYrWIEQ7LsHPkPaeefsTcA=
114114
github.com/shipengqi/log v0.2.3/go.mod h1:YqXfNjg7aDR/KrXoU5KC3vCQ/YldJltQbyEwnlpJOb4=
115115
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=

hack/include/go.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
GO_SUPPORTED_VERSIONS ?= 1.20|1.21|1.22|1.23|1.24
15+
GO_SUPPORTED_VERSIONS ?= 1.20|1.21|1.22|1.23|1.24|1.25
1616

1717
.PHONY: go.build.verify
1818
go.build.verify:

0 commit comments

Comments
 (0)