diff --git a/testing/gotestsum/APKBUILD b/testing/gotestsum/APKBUILD
index 4bb48050c848e32d21892b4b2a33b7debf6f5d2e..12f68ad446d7f634d808aa343ae12a83dc8a0a52 100644
--- a/testing/gotestsum/APKBUILD
+++ b/testing/gotestsum/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Guy Godfroy <guy.godfroy@gugod.fr>
 # Maintainer: Guy Godfroy <guy.godfroy@gugod.fr>
 pkgname=gotestsum
-pkgver=1.12.0
-pkgrel=4
+pkgver=1.12.1
+pkgrel=0
 pkgdesc="Go test runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results"
 url="https://github.com/gotestyourself/gotestsum"
 arch="all"
@@ -20,5 +20,5 @@ package() {
 }
 
 sha512sums="
-8532b6182e3ae2d73efdd50f2e69bd77869a39876bf50288ce236633bdb09f99c98cf4a6428e955c643b48584a4a7bfd53839ff9630d6ca86c436ffd00c6198d  gotestsum-1.12.0.tar.gz
+85c529f0663a77cf6875b3c6bdb9f640dd4cdee32000fb8f636f3ddc8010213b64b84a8c7f7289331f50f92e613a94b87b8b459cdd69be1ef9224c307c2b9c40  gotestsum-1.12.1.tar.gz
 "