File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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.22 "
10+ GO_VERSION : " 1.24 "
1111 DOCKER_VERSION : " 26.0"
1212
1313diff :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ GIT_MODIFIED=${GIT_MODIFIED1}${GIT_MODIFIED2}
99SWAGGER_VERSION =${shell curl -s https://raw.githubusercontent.com/haproxytech/client-native/master/Makefile | grep SWAGGER_VERSION -m 1 | awk -F"=" '{print $$2}'}
1010BUILD_DATE =$(shell date -u '+% Y-% m-% dT% H:% M:% SZ')
1111CGO_ENABLED? =0
12- GOLANGCI_LINT_VERSION =1.57.1
12+ GOLANGCI_LINT_VERSION =1.64.5
1313CHECK_COMMIT =5.0.4
1414
1515all : update clean build
Original file line number Diff line number Diff line change 11module github.com/haproxytech/dataplaneapi
22
3- go 1.22.0
4-
5- toolchain go1.23.1
3+ go 1.24.0
64
75require (
86 github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
You can’t perform that action at this time.
0 commit comments