Skip to content

Commit c16aa3c

Browse files
committed
Bump go to 1.24.9
Following a failed vuln-check, bump go. Change-Id: I4495679cfcc05c1be9be19ee8ee334de6e5ccf71
1 parent 0a47c21 commit c16aa3c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

doc/reference/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88
### Changed
9+
10+
- The Go version in go.mod is bumped to 1.24.9. Backward compatibility with earlier versions is not guaranteed.
11+
912
### Deprecated
1013
### Removed
1114
### Fixed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/softwarefactory-project/sf-operator
22

3-
go 1.24.6
3+
go 1.24.9
44

55
require (
66
github.com/apenella/go-ansible v1.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
go_version: 1.24.6
1+
go_version: 1.24.9

0 commit comments

Comments
 (0)