From b1698ff54b7ad95b3c7fccf766a4b3b96fa9ab4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:50:19 +0000 Subject: [PATCH] Update dependency golang to v1.21.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 4a02243e4..a2ffe14c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.20.7' + GO_VERSION: '1.21.0' GOLANGCI_VERSION: 'v1.54.0' jobs: