From 5a8bbf897a975989af44ab37387509a1050c167d Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 21 Feb 2024 15:09:26 +0000
Subject: [PATCH] chore(release): 4.8.3 [skip ci]

## [4.8.3](https://gitlab.com/to-be-continuous/golang/compare/4.8.2...4.8.3) (2024-2-21)

### Bug Fixes

* go-test job failure when go_text_report file is too big ([66a4de0](https://gitlab.com/to-be-continuous/golang/commit/66a4de0d6f48f0a73d496dc44f13d0050f29e971))
---
 CHANGELOG.md | 7 +++++++
 README.md    | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bb518c..c87c313 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.8.3](https://gitlab.com/to-be-continuous/golang/compare/4.8.2...4.8.3) (2024-2-21)
+
+
+### Bug Fixes
+
+* go-test job failure when go_text_report file is too big ([66a4de0](https://gitlab.com/to-be-continuous/golang/commit/66a4de0d6f48f0a73d496dc44f13d0050f29e971))
+
 ## [4.8.2](https://gitlab.com/to-be-continuous/golang/compare/4.8.1...4.8.2) (2024-1-29)
 
 
diff --git a/README.md b/README.md
index f6f72e9..7744acb 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.8.2
+  - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.8.3
     # 2: set/override component inputs
     inputs:
       image: "registry.hub.docker.com/library/golang:buster" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/golang'
-    ref: '4.8.2'
+    ref: '4.8.3'
     file: '/templates/gitlab-ci-golang.yml'
 
 variables:
-- 
GitLab