Skip to content

Commit

Permalink
Merge pull request #137 from henrybear327/go/1.23.2
Browse files Browse the repository at this point in the history
[main] Bump go toolchain to 1.23.2
  • Loading branch information
jmhbnz authored Oct 19, 2024
2 parents a989352 + 9bfc3c2 commit 8cf9368
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 8cf9368

Please sign in to comment.