diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b687fdb3dc3..ac2bcdfae75 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.18 - name: Checkout repo uses: actions/checkout@v2 @@ -43,23 +43,26 @@ jobs: matrix: include: - type: vet+tests - goversion: 1.17 + goversion: 1.18 - type: tests - goversion: 1.17 + goversion: 1.18 testflags: -race - type: extras - goversion: 1.17 + goversion: 1.18 - type: tests - goversion: 1.17 + goversion: 1.18 goarch: 386 - type: tests - goversion: 1.17 + goversion: 1.18 goarch: arm64 + - type: tests + goversion: 1.17 + - type: tests goversion: 1.16