Skip to content

Commit

Permalink
[main] Bump go toolchain to 1.23.2
Browse files Browse the repository at this point in the history
Reference:
- etcd-io/etcd#18665

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
  • Loading branch information
henrybear327 committed Oct 19, 2024
1 parent a989352 commit 9bfc3c2
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.1
GO_VERSION ?= 1.23.2
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.1
toolchain go1.23.2

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

0 comments on commit 9bfc3c2

Please sign in to comment.