Skip to content

Commit

Permalink
github: add Go 1.22 testing (#7005)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored Feb 27, 2024
1 parent eb880d5 commit eb08be4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21'
go-version: '1.22'
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand All @@ -46,32 +46,31 @@ jobs:
matrix:
include:
- type: vet
goversion: '1.21'
goversion: '1.22'

- type: extras
goversion: '1.22'

- type: tests
goversion: '1.21'
goversion: '1.22'

- type: tests
goversion: '1.21'
goversion: '1.22'
testflags: -race

- type: tests
goversion: '1.21'
goversion: '1.22'
goarch: 386

- type: tests
goversion: '1.21'
goversion: '1.22'
goarch: arm64

- type: tests
goversion: '1.20'

- type: tests
goversion: '1.19'

- type: extras
goversion: '1.21'

- type: tests
goversion: '1.20'
steps:
# Setup the environment.
- name: Setup GOARCH
Expand Down

0 comments on commit eb08be4

Please sign in to comment.