File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11ROOT_DIR ?= $(shell git rev-parse --show-toplevel)
22SCRIPTS_BASE ?= $(ROOT_DIR ) /scripts
33GOLANG_CI_YAML_PATH ?= ${ROOT_DIR}/golang-ci.yaml
4- GOLANG_CI_ARGS ?= --allow-parallel-runners --timeout=5m -- config=${GOLANG_CI_YAML_PATH}
4+ GOLANG_CI_ARGS ?= --allow-parallel-runners --config=${GOLANG_CI_YAML_PATH}
55
66# Build
77build :
Original file line number Diff line number Diff line change @@ -565,11 +565,10 @@ github.com/stackitcloud/stackit-sdk-go/core v0.20.0 h1:4rrUk6uT1g4nOn5/g1uXukP07
565565github.com/stackitcloud/stackit-sdk-go/core v0.20.0 /go.mod h1:fqto7M82ynGhEnpZU6VkQKYWYoFG5goC076JWXTUPRQ =
566566github.com/stackitcloud/stackit-sdk-go/services/alb v0.7.2 h1:x7ndqw6yaOw+TmThNeAkI+eN9vK5hWgjIJlFZrYPREo =
567567github.com/stackitcloud/stackit-sdk-go/services/alb v0.7.2 /go.mod h1:wbPNu6e5r/5xhzznCKbC7fEJahrAOb89gmaIm+0w2/s =
568- github.com/stackitcloud/stackit-sdk-go/services/authorization v0.9.0 h1:7ZKd3b+E/R4TEVShLTXxx5FrsuDuJBOyuVOuKTMa4mo =
569- github.com/stackitcloud/stackit-sdk-go/services/authorization v0.9.0 /go.mod h1:/FoXa6hF77Gv8brrvLBCKa5ie1Xy9xn39yfHwaln9Tw =
570- github.com/stackitcloud/stackit-sdk-go/services/authorization v0.10.0 /go.mod h1:40XVgsSOcVCjoIAsbSycDh8Ikp2y88AdAeqwqIIHvZE =
571568github.com/stackitcloud/stackit-sdk-go/services/cdn v1.8.1 h1:CiOlfCsCDwHP0kas7qyhfp5XtL2kVmn9e4wjtc3LO10 =
572569github.com/stackitcloud/stackit-sdk-go/services/cdn v1.8.1 /go.mod h1:PyZ6g9JsGZZyeISAF+5E7L1lAlMnmbl2YbPj5Teu8to =
570+ github.com/stackitcloud/stackit-sdk-go/services/authorization v0.10.0 h1:6Buzw5CuPb5ixdMHx4tKjmsQkMn0Hpj0xJ+aNDimKnk =
571+ github.com/stackitcloud/stackit-sdk-go/services/authorization v0.10.0 /go.mod h1:40XVgsSOcVCjoIAsbSycDh8Ikp2y88AdAeqwqIIHvZE =
573572github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.2 h1:x1i5rqhEVuUPq5M0eb68ZD2KL1C8OFD8RG2sWMQGL6o =
574573github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.2 /go.mod h1:nOdpHeRWeiPlioOGovHzLpojlilbxAxoXsAy+TiOpw4 =
575574github.com/stackitcloud/stackit-sdk-go/services/git v0.9.1 h1:RgWfaWDY8ZGZp5gEBe/A1r7s5NCRuLiYuHhscH6Ej9U =
You can’t perform that action at this time.
0 commit comments