From 9bfc3c21887c1630ea4422a8685c0aa90e9b2eda Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Sat, 19 Oct 2024 22:44:48 +0800 Subject: [PATCH] [main] Bump go toolchain to 1.23.2 Reference: - https://github.com/etcd-io/etcd/issues/18665 Signed-off-by: Chun-Hung Tseng --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c1dbbc6..1ba26e4 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/go.mod b/go.mod index 8d11fd4..e6f6f47 100644 --- a/go.mod +++ b/go.mod @@ -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