Skip to content

Commit

Permalink
testing: update Go versions tested to 1.19-1.21 (grpc#6543)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored Aug 11, 2023
1 parent 879faf6 commit c2bc22c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.19'
goversion: '1.20'

- type: tests
goversion: '1.18'
goversion: '1.19'

- type: extras
goversion: '1.20'
goversion: '1.21'

steps:
# Setup the environment.
Expand Down

0 comments on commit c2bc22c

Please sign in to comment.