From 656898bb52cca9692763630cf8494ca6ae75fc6d Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sat, 30 Oct 2021 12:15:54 -0700 Subject: [PATCH] Update Go versions in CI. Include Go 1.16 and 1.17, drop 1.11 and 1.12. --- .github/workflows/go-presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index f104662..4b9e647 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.11', '1.12', '1.13', '1.14', '1.15'] + go-version: ['1.13', '1.14', '1.15', '1.16', '1.17'] steps: - name: Install Go ${{ matrix.go-version }} uses: actions/setup-go@v1