From d4dff7946e6bbbfcbd349d62306c30fcda90cd86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:32:06 +0000 Subject: [PATCH] Update dependency golang to v1.23.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 534d1e8..08f9a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.23.1' + GO_VERSION: '1.23.4' GOLANGCI_VERSION: 'v1.61.0' jobs: