We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe69f4a + 8b82282 commit 00600b6Copy full SHA for 00600b6
changelog/v0.3.0/go-124.yaml
@@ -0,0 +1,6 @@
1
+changelog:
2
+ - type: BREAKING_CHANGE
3
+ description: >
4
+ Bump dependencies to support Go 1.24
5
+ issueLink: https://github.com/solo-io/solo-projects/issues/7609
6
+ resolvesIssue: false
go.mod
@@ -1,6 +1,6 @@
module github.com/solo-io/protoc-gen-openapi
-go 1.22
+go 1.24
require (
github.com/getkin/kin-openapi v0.80.0
0 commit comments