Skip to content

Commit fa01cc9

Browse files
committed
BUILD/MEDIUM: go: upgrade go to 1.24.0
1 parent 39eab83 commit fa01cc9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
diff:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT_MODIFIED=${GIT_MODIFIED1}${GIT_MODIFIED2}
99
SWAGGER_VERSION=${shell curl -s https://raw.githubusercontent.com/haproxytech/client-native/master/Makefile | grep SWAGGER_VERSION -m 1 | awk -F"=" '{print $$2}'}
1010
BUILD_DATE=$(shell date -u '+%Y-%m-%dT%H:%M:%SZ')
1111
CGO_ENABLED?=0
12-
GOLANGCI_LINT_VERSION=1.57.1
12+
GOLANGCI_LINT_VERSION=1.64.5
1313
CHECK_COMMIT=5.0.4
1414

1515
all: update clean build

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/haproxytech/dataplaneapi
22

3-
go 1.22.0
4-
5-
toolchain go1.23.1
3+
go 1.24.0
64

75
require (
86
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5

0 commit comments

Comments
 (0)