File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/shipengqi/commitizen
22
3- go 1.24
3+ go 1.25
44
55require (
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 (
1919replace golang.org/x/net v0.35.0 => golang.org/x/net v0.37.0
2020
2121require (
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
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
108108github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
109109github.com/shipengqi/component-base v0.2.11 h1:oNCwa3FhFBGtKVJHSc3Tr+h9ERMX6JAVxkKToeIIh4M =
110110github.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 =
113113github.com/shipengqi/log v0.2.3 h1:dH1LEgFV1jkojNvVf2qdjcYrWIEQ7LsHPkPaeefsTcA =
114114github.com/shipengqi/log v0.2.3 /go.mod h1:YqXfNjg7aDR/KrXoU5KC3vCQ/YldJltQbyEwnlpJOb4 =
115115github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
Original file line number Diff line number Diff line change 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
1818go.build.verify :
You can’t perform that action at this time.
0 commit comments