We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68a6ac commit e202ef7Copy full SHA for e202ef7
2 files changed
CHANGELOG.md
@@ -16,6 +16,7 @@
16
### Fixed
17
18
- Webhook proxy BC recretion issue ([#1265](https://github.com/opendevstack/ods-core/issues/1265))
19
+- Fix Go version without 1.N.P syntax ([#1337](https://github.com/opendevstack/ods-core/pull/1337))
20
21
## [4.7.0] - 2025-1-27
22
jenkins/webhook-proxy/go.mod
@@ -1,3 +1,3 @@
1
module github.com/opendevstack/ods-core/jenkins/webhook-proxy
2
3
-go 1.24
+go 1.24.1
0 commit comments