Skip to content

Commit b53c168

Browse files
committed
BUILD/MINOR: ci: increase version of commit check
1 parent ea670de commit b53c168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1313
diff:
1414
stage: lint
@@ -61,7 +61,7 @@ gofumpt:
6161
commit-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:

0 commit comments

Comments
 (0)