Skip to content

Commit

Permalink
Update Go to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Aug 19, 2024
1 parent 0cef079 commit ba88673
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=./
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15
1.0.16
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ba88673

Please sign in to comment.