Skip to content

Commit c2bc22c

Browse files
authored
testing: update Go versions tested to 1.19-1.21 (#6543)
1 parent 879faf6 commit c2bc22c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/testing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: '1.20'
29+
go-version: '1.21'
3030
- name: Checkout repo
3131
uses: actions/checkout@v3
3232

@@ -46,31 +46,31 @@ jobs:
4646
matrix:
4747
include:
4848
- type: vet
49-
goversion: '1.20'
49+
goversion: '1.21'
5050

5151
- type: tests
52-
goversion: '1.20'
52+
goversion: '1.21'
5353

5454
- type: tests
55-
goversion: '1.20'
55+
goversion: '1.21'
5656
testflags: -race
5757

5858
- type: tests
59-
goversion: '1.20'
59+
goversion: '1.21'
6060
goarch: 386
6161

6262
- type: tests
63-
goversion: '1.20'
63+
goversion: '1.21'
6464
goarch: arm64
6565

6666
- type: tests
67-
goversion: '1.19'
67+
goversion: '1.20'
6868

6969
- type: tests
70-
goversion: '1.18'
70+
goversion: '1.19'
7171

7272
- type: extras
73-
goversion: '1.20'
73+
goversion: '1.21'
7474

7575
steps:
7676
# Setup the environment.

0 commit comments

Comments
 (0)