diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec index e39d614..81e1015 100644 --- a/SPECS/go-toolset.spec +++ b/SPECS/go-toolset.spec @@ -1,8 +1,8 @@ -%global go_version 1.19.6 +%global go_version 1.19.9 Name: go-toolset Version: %{go_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Package that installs go-toolset License: BSD and Public Domain @@ -18,6 +18,10 @@ This is the main package for go-toolset. %files %changelog +* Tue May 23 2023 David Benoit - 1.19.9-1 +- Update to Go 1.19.9 +- Related: rhbz#2204476 + * Wed Mar 29 2023 David Benoit - 1.19.6-2 - Rebuild without changes - Related: rhbz#2175174