Skip to content

Commit eb08be4

Browse files
authored
github: add Go 1.22 testing (#7005)
1 parent eb880d5 commit eb08be4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/testing.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2828
with:
29-
go-version: '1.21'
29+
go-version: '1.22'
3030
- name: Checkout repo
3131
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232

@@ -46,32 +46,31 @@ jobs:
4646
matrix:
4747
include:
4848
- type: vet
49-
goversion: '1.21'
49+
goversion: '1.22'
50+
51+
- type: extras
52+
goversion: '1.22'
5053

5154
- type: tests
52-
goversion: '1.21'
55+
goversion: '1.22'
5356

5457
- type: tests
55-
goversion: '1.21'
58+
goversion: '1.22'
5659
testflags: -race
5760

5861
- type: tests
59-
goversion: '1.21'
62+
goversion: '1.22'
6063
goarch: 386
6164

6265
- type: tests
63-
goversion: '1.21'
66+
goversion: '1.22'
6467
goarch: arm64
6568

6669
- type: tests
67-
goversion: '1.20'
68-
69-
- type: tests
70-
goversion: '1.19'
71-
72-
- type: extras
7370
goversion: '1.21'
7471

72+
- type: tests
73+
goversion: '1.20'
7574
steps:
7675
# Setup the environment.
7776
- name: Setup GOARCH

0 commit comments

Comments
 (0)