File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
88 DOCKER_HOST : tcp://docker:2375
99 DOCKER_BASE_IMAGE : $CI_REGISTRY_GO/haproxy-debian
1010 BATS_VERSION : v1.4.1
11- GO_VERSION : " 1.23 "
11+ GO_VERSION : " 1.24 "
1212 DOCKER_VERSION : " 26.0"
1313
1414diff :
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.61.0
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.23
3+ go 1.24.0
44
55require (
66 github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
You can’t perform that action at this time.
0 commit comments