From 1d9a470b600b895a2a95aacb8738bfef3f7d9a6a Mon Sep 17 00:00:00 2001 From: Lina Jodoin Date: Wed, 28 Aug 2024 14:59:12 -0700 Subject: [PATCH] Bump Go version for CI builds to 1.21 --- .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 7c3846e6..27957873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: "1.20" + go-version: "1.21" - name: Check run: make check test