Commit 8a302812 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.16.0 [skip ci]

parent 49de6487
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.16.0](https://gitlab.com/to-be-continuous/golang/compare/4.15.3...4.16.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([3ce7af3](https://gitlab.com/to-be-continuous/golang/commit/3ce7af36e3ad83efc3f72c799dde848b57d58659))


### Features

* support CA certs provided as file ([49de648](https://gitlab.com/to-be-continuous/golang/commit/49de6487dc4a5e7e4a0a759527f4f40c43cdd2cd))

## [4.15.3](https://gitlab.com/to-be-continuous/golang/compare/4.15.2...4.15.3) (2026-01-13)


+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: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.15.3
  - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.16.0
    # 2: set/override component inputs
    inputs:
      image: "docker.io/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.15.3'
    ref: '4.16.0'
    file: '/templates/gitlab-ci-golang.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -636,7 +636,7 @@ stages:
  image: $GO_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "golang", "4.15.3"]
      command: ["--service", "golang", "4.16.0"]
  variables:
    # The directory where 'go install' will install a command.
    GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"