File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66 branches-ignore : [main]
77env :
8- GO_VERSION : ' 1.26.0 '
9- GOLANGCI_LINT_VERSION : ' v2.10.1 '
8+ GO_VERSION : ' 1.25.5 '
9+ GOLANGCI_LINT_VERSION : ' v2.11.4 '
1010jobs :
1111 # Check if there is any dirty change for go mod tidy
1212 go-mod :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ YQ = $(LOCALBIN)/yq
6161# # Tool Versions
6262# GO_BUILDER_VERSION must be without 'v' prefix
6363GO_BUILDER_VERSION = 1.25.5
64- GOLANGCI_LINT_VERSION = v2.10.1
64+ GOLANGCI_LINT_VERSION = v2.11.4
6565YQ_VERSION ?= v4.50.1
6666
6767
Original file line number Diff line number Diff line change 11module github.com/deckhouse/module-sdk
22
3- go 1.24.0
3+ go 1.25
44
55require (
66 github.com/caarlos0/env/v11 v11.3.1
77 github.com/cloudflare/cfssl v1.6.5
8- github.com/deckhouse/deckhouse/pkg/log v0.2 .0
8+ github.com/deckhouse/deckhouse/pkg/log v0.1 .0
99 github.com/ettle/strcase v0.2.0
1010 github.com/gojuno/minimock/v3 v3.4.7
1111 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
1616github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1717github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
1818github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
19- github.com/deckhouse/deckhouse/pkg/log v0.2 .0 h1:6tmZQLwNb1o/hP1gzJQBjcwfA/bubbgObovXzxq+Exo =
20- github.com/deckhouse/deckhouse/pkg/log v0.2 .0 /go.mod h1:pbAxTSDcPmwyl3wwKDcEB3qdxHnRxqTV+J0K+sha8bw =
19+ github.com/deckhouse/deckhouse/pkg/log v0.1 .0 h1:2aPfyiHHSIJlX4x7ysyPOaIb7CLmyY+hUf9uDb8TYd8 =
20+ github.com/deckhouse/deckhouse/pkg/log v0.1 .0 /go.mod h1:pbAxTSDcPmwyl3wwKDcEB3qdxHnRxqTV+J0K+sha8bw =
2121github.com/docker/cli v28.2.2+incompatible h1:qzx5BNUDFqlvyq4AHzdNB7gSyVTmU4cgsyN9SdInc1A =
2222github.com/docker/cli v28.2.2+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
2323github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
You can’t perform that action at this time.
0 commit comments