From 9cadf034be16778ccb1d3dbd237755cefb38a52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:08:29 +0000 Subject: [PATCH] Update dependency golang to v1.23.5 --- .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 852d4f2..884f526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.20.2' + GO_VERSION: '1.23.5' GOLANGCI_VERSION: 'v1.51.2' DOCKER_BUILDX_VERSION: 'v0.8.2'