diff --git a/.gitignore b/.gitignore
index 573f4d2..5600ca0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-SOURCES/go1.19.6-1-openssl-fips.tar.gz
-SOURCES/go1.19.6.tar.gz
+SOURCES/go1.19.9-1-openssl-fips.tar.gz
+SOURCES/go1.19.9.tar.gz
diff --git a/.golang.metadata b/.golang.metadata
index b4c51aa..a07b148 100644
--- a/.golang.metadata
+++ b/.golang.metadata
@@ -1,2 +1,2 @@
-e990e956bbd3c1e52914ea39f075a1c666bde4e4 SOURCES/go1.19.6-1-openssl-fips.tar.gz
-d85391faa6c2d74090008b9744e4664267700fd3 SOURCES/go1.19.6.tar.gz
+8fda3e3fec80fab52d5540ef961ffc1b5474d581 SOURCES/go1.19.9-1-openssl-fips.tar.gz
+df6aae619e1c7188b243ab78860ef7288940fda6 SOURCES/go1.19.9.tar.gz
diff --git a/SPECS/golang.spec b/SPECS/golang.spec
index 373e8d9..bcffe9d 100644
--- a/SPECS/golang.spec
+++ b/SPECS/golang.spec
@@ -96,7 +96,7 @@
 %endif
 
 %global go_api 1.19
-%global version 1.19.6
+%global version 1.19.9
 %global pkg_release 1
 
 Name:           golang
@@ -536,6 +536,10 @@ cd ..
 %endif
 
 %changelog
+* Wed May 17 2023 Alejandro Sáez <asm@redhat.com> - 1.19.9-1
+- Rebase to Go 1.19.9
+- Resolves: rhbz#2204473
+
 * Wed Mar 01 2023 David Benoit <dbenoit@redhat.com> - 1.19.6-1
 - Rebase to Go 1.19.6
 - Resolves: rhbz#2174430