Skip to content

Commit e201bd1

Browse files
oktalzGopher Bot
authored andcommitted
BUILD/MINOR: ci: bump GO_VERSION to 1.26
1 parent 72c8667 commit e201bd1

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ variables:
1313
KIND: v0.30.0
1414
DOCKER_HOST: tcp://docker:2375
1515
DOCKER_DRIVER: overlay2
16-
GO_VERSION: "1.25"
17-
DOCKER_VERSION: "28.1"
16+
GO_VERSION: "1.26"
17+
DOCKER_VERSION: "29.1"
1818
JUNIT_FILE: "junit-report.xml"
1919
GOTESTSUM_JUNITFILE: "junit-report.xml"
2020
include:

.gitlab/.templates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
services:
1111
- name: $CI_REGISTRY_GO/docker:$DOCKER_VERSION-dind
1212
alias: docker
13+
variables:
14+
DOCKER_INSECURE_NO_IPTABLES_RAW: "1"
1315
tags:
1416
- go
1517
artifacts:

deploy/tests/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ while [ $COUNTER -lt 150 ]; do
119119
fi
120120
done
121121

122-
kubectl wait --for=condition=ready --timeout=10s pod -l run=haproxy-ingress -n haproxy-controller
122+
time kubectl wait --for=condition=ready --timeout=10m pod -l run=haproxy-ingress -n haproxy-controller

0 commit comments

Comments
 (0)