From 6bc74afeda47be986a66049ead1b2210073ca72f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:59:25 +0000 Subject: [PATCH] Update dependency golang to v1.20.7 --- .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 42af4996d..34c182593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.20.6' + GO_VERSION: '1.20.7' GOLANGCI_VERSION: 'v1.53.3' jobs: