From 7f962d56e40d4f3820b7807c08bf72b1e2fdc75b Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 16 Oct 2023 10:10:28 -0700 Subject: [PATCH] .github: use latest Go versions Also update the runners to their latest versions. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08796ae29..be8b4af5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: go_version: - - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v4 - name: Setup Go @@ -28,6 +28,7 @@ jobs: - "1.18" - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v4 - name: Setup Go