From 8d8d493362563f5957024657f1634e5b06c2cc4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:19:15 +0000 Subject: [PATCH] Update dependency golang to v1.22.0 --- .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 0b94dffd3..ec2427328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.21.6' + GO_VERSION: '1.22.0' GOLANGCI_VERSION: 'v1.55.2' jobs: