We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d7a58 commit 9d6f81cCopy full SHA for 9d6f81c
3 files changed
.gitlab-ci.yml
@@ -1,7 +1,7 @@
1
---
2
variables:
3
DOCKER_HOST: tcp://docker:2375
4
- GO_VERSION: "1.23"
+ GO_VERSION: "1.24"
5
DOCKER_VERSION: "26.0"
6
stages:
7
- check-commit
Makefile
@@ -2,7 +2,7 @@ PROJECT_PATH=${PWD}
DOCKER_HAPROXY_VERSION?=3.1
SWAGGER_VERSION=v0.31.0
GO_VERSION:=${shell go mod edit -json | jq -r .Go}
-GOLANGCI_LINT_VERSION=1.61.0
+GOLANGCI_LINT_VERSION=1.64.5
.PHONY: test
8
test:
go.mod
@@ -1,6 +1,6 @@
module github.com/haproxytech/client-native/v6
-go 1.23
+go 1.24
require (
github.com/go-faker/faker/v4 v4.6.0
0 commit comments