File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ OAPI_CODEGEN ?= $(LOCALBIN)/oapi-codegen
50
50
SEMVER ?= $(LOCALBIN ) /semver
51
51
52
52
# # Tool Versions
53
- DEEPCOPY_GEN_VERSION ?= v0.30.0
54
- GINKGO_VERSION ?= v2.17.2
55
- GOLANGCI_LINT_VERSION ?= v1.57 .2
56
- GORELEASER_VERSION ?= v1.25.1
53
+ DEEPCOPY_GEN_VERSION ?= v0.30.1
54
+ GINKGO_VERSION ?= v2.19.0
55
+ GOLANGCI_LINT_VERSION ?= v1.58 .2
56
+ GORELEASER_VERSION ?= v1.26.2
57
57
MOCKGEN_VERSION ?= v0.4.0
58
58
OAPI_CODEGEN_VERSION ?= v2.1.0
59
59
SEMVER_VERSION ?= v1.1.3
@@ -140,10 +140,10 @@ kind-test:
140
140
141
141
model : oapi-codegen
142
142
@mkdir -p tmp
143
- go run openapi/main.go v0.107.46
143
+ go run openapi/main.go v0.107.50
144
144
$(OAPI_CODEGEN ) -package model -generate types,client -config .oapi-codegen.yaml tmp/schema.yaml > pkg/client/model/model_generated.go
145
145
146
146
model-diff :
147
- go run openapi/main.go v0.107.46
147
+ go run openapi/main.go v0.107.50
148
148
go run openapi/main.go
149
149
diff tmp/schema.yaml tmp/schema-master.yaml
You can’t perform that action at this time.
0 commit comments