From 1a3d5516d14cba6faa68b25969566d3a585c088e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:19:48 +0000 Subject: [PATCH] Update dependency go to v1.23.4 --- go.mod | 2 +- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 37d7b07..77fc400 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/int128/oauth2cli go 1.13 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/google/go-cmp v0.6.0 diff --git a/tools/go.mod b/tools/go.mod index e2297b0..970aa89 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/int128/oauth2cli/tools -go 1.23.3 +go 1.23.4 require github.com/golangci/golangci-lint v1.62.2