From 8ab6da211bf0a8c19d7ffa4f14e44cff5f844338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:51:52 +0000 Subject: [PATCH] Update dependency golang to v1.21.1 --- .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 927c578..37814e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.21.0' + GO_VERSION: '1.21.1' GOLANGCI_VERSION: 'v1.54.2' jobs: