From e5957b0e8503058e9d5c139e14ad6baae2369d14 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sun, 28 Jan 2024 21:06:10 +0000
Subject: [PATCH] chore(release): 4.8.1 [skip ci]

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

### Bug Fixes

* GO_BUILD_PACKAGES and GO_VULNCHECK_ARGS input mapping ([0dcfab6](https://gitlab.com/to-be-continuous/golang/commit/0dcfab68ac456a925e839f05abbda825529d5aa5))
---
 CHANGELOG.md | 7 +++++++
 README.md    | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e71c0a3..6025f76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.8.1](https://gitlab.com/to-be-continuous/golang/compare/4.8.0...4.8.1) (2024-1-28)
+
+
+### Bug Fixes
+
+* GO_BUILD_PACKAGES and GO_VULNCHECK_ARGS input mapping ([0dcfab6](https://gitlab.com/to-be-continuous/golang/commit/0dcfab68ac456a925e839f05abbda825529d5aa5))
+
 # [4.8.0](https://gitlab.com/to-be-continuous/golang/compare/4.7.0...4.8.0) (2024-1-27)
 
 
diff --git a/README.md b/README.md
index fa80208..eb500c8 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.0
+  - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.8.1
     # 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.0'
+    ref: '4.8.1'
     file: '/templates/gitlab-ci-golang.yml'
 
 variables:
-- 
GitLab