From be3e5dc56c45462ee8dcdbe8b7783fd87492fe4c Mon Sep 17 00:00:00 2001 From: r-hang Date: Tue, 15 Aug 2023 14:05:20 -0700 Subject: [PATCH] ci: Test against latest versions of Go (#586) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 24ffe53f..93be7441 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.19.x", "1.20.x"] + go: ["1.20.x", "1.21.x"] include: - - go: 1.20.x + - go: 1.21.x latest: true steps: