Skip to content

Commit

Permalink
github: update to test with Go 1.18 (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Mar 22, 2022
1 parent 597e5d1 commit 9d08896
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/testing.yml
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 9d08896

Please sign in to comment.