Skip to content

Commit 9d6f81c

Browse files
committed
BUILD/MEDIUM: go: upgrade go to 1.24
1 parent 40d7a58 commit 9d6f81c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
variables:
33
DOCKER_HOST: tcp://docker:2375
4-
GO_VERSION: "1.23"
4+
GO_VERSION: "1.24"
55
DOCKER_VERSION: "26.0"
66
stages:
77
- check-commit

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_PATH=${PWD}
22
DOCKER_HAPROXY_VERSION?=3.1
33
SWAGGER_VERSION=v0.31.0
44
GO_VERSION:=${shell go mod edit -json | jq -r .Go}
5-
GOLANGCI_LINT_VERSION=1.61.0
5+
GOLANGCI_LINT_VERSION=1.64.5
66

77
.PHONY: test
88
test:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/haproxytech/client-native/v6
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/go-faker/faker/v4 v4.6.0

0 commit comments

Comments
 (0)