From 285adcc5ced0bb267a7c874cfa3ca238266ce14f Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 24 Mar 2022 14:19:34 -0700 Subject: [PATCH] Update go versions in build matrix These are the latest versions listed on https://go.dev/dl/ --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f72a324..68ac70f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: ["1.17.6", "1.16.5", "1.15.13"] + go_version: ["1.17.8", "1.16.15", "1.15.15"] steps: - uses: actions/checkout@v2 - name: Setup Go