We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bf81d commit e681b05Copy full SHA for e681b05
SPECS/golang.spec
@@ -6,7 +6,7 @@
6
%global __strip /bin/true
7
8
Name: golang
9
-Version: 1.24.5
+Version: 1.24.6
10
Release: 1%{?dist}
11
Summary: The Go Programming Language
12
License: BSD and Public Domain
@@ -31,6 +31,9 @@ cp -prv %{_builddir}/go %{buildroot}/usr/local/
31
%doc LICENSE
32
33
%changelog
34
+* Thu Aug 7 2025 Jamie Curnow <jc@jc21.com> - 1.24.6-1
35
+- v1.24.6
36
+
37
* Thu Jul 3 2025 Jamie Curnow <jc@jc21.com> - 1.24.5-1
38
- v1.24.5
39
rpm.json
@@ -2,6 +2,6 @@
2
"publish": {
3
"PACKAGE": "golang",
4
"GH_USER": "jc21-rpm",
5
- "VERSION": "1.24.5"
+ "VERSION": "1.24.6"
}
0 commit comments