We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b7c22 commit 4e5a6f5Copy full SHA for 4e5a6f5
Makefile
@@ -61,7 +61,7 @@ GOFMT=$(shell which gofmt)
61
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
62
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
63
GOLANGCILINT=$(BINUTIL)/golangci-lint
64
-GOLANGCILINTVERSION=v2.3.1
+GOLANGCILINTVERSION=v2.4.0
65
66
# Directory containing the source code
67
SRCDIR=./
VERSION
@@ -1 +1 @@
1
-1.0.43
+1.0.44
go.mod
@@ -1,8 +1,8 @@
module github.com/tecnickcom/statsd
2
3
-go 1.24
+go 1.25
4
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
github.com/golang/mock v1.6.0
0 commit comments