Skip to content

Commit

Permalink
Bump go toolchain to 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: samuelbartels20 <[email protected]>
  • Loading branch information
samuelbartels20 committed Nov 10, 2024
1 parent 54e202a commit eee4d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

NAME ?= auger
PKG ?= github.com/etcd-io/$(NAME)
GO_VERSION ?= 1.23.2
GO_VERSION ?= 1.23.3
GOOS ?= linux
GOARCH ?= amd64
TEMP_DIR := $(shell mktemp -d)
Expand Down
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/etcd-io/auger

go 1.23

toolchain go1.23.2
toolchain go1.23.3

require (
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
Expand Down

0 comments on commit eee4d03

Please sign in to comment.