From 8a13519ecf9fd058d1612dd0b673e0a0c97e83cc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 18 Dec 2024 11:18:47 +0100 Subject: [PATCH] Update dependency go to v1.23.4 (#180) * Update dependency go to v1.23.4 * Update golangci-lint --------- Co-authored-by: TSUYUSATO Kitsune --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb70f763..7fb55a18 100644 --- a/Makefile +++ b/Makefile @@ -60,4 +60,4 @@ update-mod: install-dep: bin/golangci-lint bin/golangci-lint: - GOBIN=$(CURDIR)/bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(CURDIR)/bin v1.62.2 diff --git a/go.mod b/go.mod index 5e49d66b..a91f42ee 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish go 1.22.0 -toolchain go1.22.8 +toolchain go1.23.4 require ( github.com/MakeNowJust/heredoc/v2 v2.0.1