diff --git a/CHANGELOG.md b/CHANGELOG.md index b31eac7be9f0e97a4e413bfe08bc9486dea9af71..7ef1357edb8e67881c04b8a7789af0864abb25c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.12.3](https://gitlab.com/to-be-continuous/golang/compare/4.12.2...4.12.3) (2025-03-28) + + +### Bug Fixes + +* typo in glc_major_ver ([e2cb9cf](https://gitlab.com/to-be-continuous/golang/commit/e2cb9cfc856ca19e8518b1a748386c4b2511e588)) + ## [4.12.2](https://gitlab.com/to-be-continuous/golang/compare/4.12.1...4.12.2) (2025-03-27) diff --git a/README.md b/README.md index d66551179d24932fe34c4c5bf00f30b74158942f..e0e3d378d611ac9b3fb0380eb2e771bd0afd1d1d 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: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.12.2 + - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.12.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.12.2' + ref: '4.12.3' file: '/templates/gitlab-ci-golang.yml' variables: diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml index b33cd2590307c631a4973702dffebfbf4289368a..a441e642dd6d1b9ea3ff665dc783ecbb3248c5ba 100644 --- a/templates/gitlab-ci-golang.yml +++ b/templates/gitlab-ci-golang.yml @@ -605,7 +605,7 @@ stages: image: $GO_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "golang", "4.12.2"] + command: ["--service", "golang", "4.12.3"] variables: # The directory where 'go install' will install a command. GOBIN: "$CI_PROJECT_DIR/$GO_PROJECT_DIR/bin"