Commit 5a8bbf89 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.8.3 [skip ci]

parent dae71938
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [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)


+2 −2
Original line number Diff line number Diff line
@@ -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: