From fb34336f54a28dacea54304c0888464cc964a951 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 29 Jan 2024 13:14:08 +0000
Subject: [PATCH] chore(release): 4.8.2 [skip ci]

## [4.8.2](https://gitlab.com/to-be-continuous/golang/compare/4.8.1...4.8.2) (2024-1-29)

### Bug Fixes

* check emptyness of GO_TEST_IMAGE ([0df5095](https://gitlab.com/to-be-continuous/golang/commit/0df50956332d137492b8540cb6f9a8847892e74a)), closes [#34](https://gitlab.com/to-be-continuous/golang/issues/34)
---
 CHANGELOG.md | 7 +++++++
 README.md    | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6025f76..3bb518c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.8.2](https://gitlab.com/to-be-continuous/golang/compare/4.8.1...4.8.2) (2024-1-29)
+
+
+### Bug Fixes
+
+* check emptyness of GO_TEST_IMAGE ([0df5095](https://gitlab.com/to-be-continuous/golang/commit/0df50956332d137492b8540cb6f9a8847892e74a)), closes [#34](https://gitlab.com/to-be-continuous/golang/issues/34)
+
 ## [4.8.1](https://gitlab.com/to-be-continuous/golang/compare/4.8.0...4.8.1) (2024-1-28)
 
 
diff --git a/README.md b/README.md
index eb500c8..f6f72e9 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.1
+  - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.8.2
     # 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.1'
+    ref: '4.8.2'
     file: '/templates/gitlab-ci-golang.yml'
 
 variables:
-- 
GitLab