From c2bc22c7b3cf9c280bcf3a18cf6d1b6d23892a0a Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Fri, 11 Aug 2023 10:00:36 -0700 Subject: [PATCH] testing: update Go versions tested to 1.19-1.21 (#6543) --- .github/workflows/testing.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index afb830852..3c03f29d0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21' - name: Checkout repo uses: actions/checkout@v3 @@ -46,31 +46,31 @@ jobs: matrix: include: - type: vet - goversion: '1.20' + goversion: '1.21' - type: tests - goversion: '1.20' + goversion: '1.21' - type: tests - goversion: '1.20' + goversion: '1.21' testflags: -race - type: tests - goversion: '1.20' + goversion: '1.21' goarch: 386 - type: tests - goversion: '1.20' + goversion: '1.21' goarch: arm64 + - type: tests + goversion: '1.20' + - type: tests goversion: '1.19' - - type: tests - goversion: '1.18' - - type: extras - goversion: '1.20' + goversion: '1.21' steps: # Setup the environment.