diff --git a/Makefile b/Makefile index ff5bd0b..bd82e28 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ GOFMT=$(shell which gofmt) GOTEST=GOPATH=$(GOPATH) $(shell which gotest) GODOC=GOPATH=$(GOPATH) $(shell which godoc) GOLANGCILINT=$(BINUTIL)/golangci-lint -GOLANGCILINTVERSION=v1.59.1 +GOLANGCILINTVERSION=v1.60.1 # Directory containing the source code SRCDIR=./ diff --git a/VERSION b/VERSION index a970716..b668c3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.15 +1.0.16 diff --git a/go.mod b/go.mod index 55b44be..185ada3 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/tecnickcom/statsd -go 1.22 +go 1.23 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/golang/mock v1.6.0 diff --git a/v2/go.mod b/v2/go.mod index 1ebfc1d..2550d5f 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,6 +1,6 @@ module github.com/tecnickcom/statsd/v2 -go 1.22 +go 1.23 retract ( [v2.0.0, v2.2.0] // v2 is not a valid version, please use v1