Skip to content

Commit e202ef7

Browse files
authored
Update Go mod to use 1.N.P syntax (#1337)
1 parent b68a6ac commit e202ef7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
### Fixed
1717

1818
- 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))
1920

2021
## [4.7.0] - 2025-1-27
2122

jenkins/webhook-proxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/opendevstack/ods-core/jenkins/webhook-proxy
22

3-
go 1.24
3+
go 1.24.1

0 commit comments

Comments
 (0)