We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a47c21 commit c16aa3cCopy full SHA for c16aa3c
doc/reference/CHANGELOG.md
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
### Changed
9
+
10
+- The Go version in go.mod is bumped to 1.24.9. Backward compatibility with earlier versions is not guaranteed.
11
12
### Deprecated
13
### Removed
14
### Fixed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/softwarefactory-project/sf-operator
2
3
-go 1.24.6
+go 1.24.9
4
5
require (
github.com/apenella/go-ansible v1.3.0
roles/install-golang/defaults/main.yaml
@@ -1 +1 @@
-go_version: 1.24.6
+go_version: 1.24.9
0 commit comments