From b60e9049f2356d0051cd682d0e1e2ac3eb2fe668 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Fri, 12 Jan 2024 17:04:41 -0600 Subject: [PATCH] Update CI to Go 1.21 Signed-off-by: Chris Doherty --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b73920d2..b0a57f057 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: pull_request: env: CGO_ENABLED: "0" - GO_VERSION: "1.20" + GO_VERSION: "1.21" jobs: verify: name: Verify