Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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