diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aae7860..09b41cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,6 @@ stages: # include jobs include: - - component: "$CI_SERVER_FQDN/components/golang/linting@v2.0.5" - - component: "$CI_SERVER_FQDN/components/golang/testing@v2.0.5" - - component: "$CI_SERVER_FQDN/components/golang/releasing@v2.0.5" + - component: "$CI_SERVER_FQDN/components/golang/linting@v2.0.6" + - component: "$CI_SERVER_FQDN/components/golang/testing@v2.0.6" + - component: "$CI_SERVER_FQDN/components/golang/releasing@v2.0.6"