File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ variables:
77 DOCKER_HOST : tcp://docker:2375
88 DOCKER_BASE_IMAGE : $CI_REGISTRY_GO/haproxy-debian
99 BATS_VERSION : v1.4.1
10- GO_VERSION : " 1.24 "
11- DOCKER_VERSION : " 26.0 "
10+ GO_VERSION : " 1.25 "
11+ DOCKER_VERSION : " 29.1 "
1212
1313diff :
1414 stage : lint
@@ -61,7 +61,7 @@ gofumpt:
6161commit-policy :
6262 stage : lint
6363 image :
64- name : $CI_REGISTRY_GO/commit-check:5.0.4
64+ name : $CI_REGISTRY_GO/commit-check:5.4.2
6565 entrypoint : [""]
6666 tags :
6767 - go
@@ -106,7 +106,7 @@ build:
106106 before_script :
107107 - apk add git bash curl jq git
108108 - git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
109- - docker login -u gitlab-ci-token - p $CI_JOB_TOKEN $CI_REGISTRY_GO
109+ - docker login -u='$app' - p $CI_REGISTRY_TOKEN $CI_REGISTRY_GO
110110 script :
111111 - bash -x ./e2e/run.bash
112112 rules :
You can’t perform that action at this time.
0 commit comments