Skip to content

Commit

Permalink
Update Go to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Dec 4, 2024
1 parent 6ce332b commit 885a076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.62.0
GOLANGCILINTVERSION=v1.62.2

# 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.23
1.0.24
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tecnickcom/statsd

go 1.23

toolchain go1.23.3
toolchain go1.23.4

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit 885a076

Please sign in to comment.