diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e43976e253b9bfe88918a748aa765f3977f49e0..e71c0a3b3d1d509f606fbaf5308548db4227dcf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.8.0](https://gitlab.com/to-be-continuous/golang/compare/4.7.0...4.8.0) (2024-1-27) + + +### Features + +* migrate to CI/CD component ([9055ab5](https://gitlab.com/to-be-continuous/golang/commit/9055ab51647d59e7621edf97952d2ab5ad0476a7)) + # [4.7.0](https://gitlab.com/to-be-continuous/golang/compare/4.6.1...4.7.0) (2023-12-8) diff --git a/README.md b/README.md index f3acfc5aeeee1cca9ce5341f5aa9f887742a6844..fa802080ec9cd27a4887b551721e4cd2c0a6b913 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.7.0 + - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.8.0 # 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.7.0' + ref: '4.8.0' file: '/templates/gitlab-ci-golang.yml' variables: