Skip to content

Commit 4e5a6f5

Browse files
committed
Update Go to 1.25.0 + dependencies
1 parent 84b7c22 commit 4e5a6f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GOFMT=$(shell which gofmt)
6161
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
6262
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
6363
GOLANGCILINT=$(BINUTIL)/golangci-lint
64-
GOLANGCILINTVERSION=v2.3.1
64+
GOLANGCILINTVERSION=v2.4.0
6565

6666
# Directory containing the source code
6767
SRCDIR=./

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.43
1+
1.0.44

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/tecnickcom/statsd
22

3-
go 1.24
3+
go 1.25
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
88
github.com/golang/mock v1.6.0

0 commit comments

Comments
 (0)