Skip to content

Commit 8547911

Browse files
committed
Add Go v1.21 and v1.22 to GitHub Actions CI matrix
This change adds Go v1.21 and v1.22 to the CI matrix and drops Go v1.19 and v1.20 since they will no longer be getting updates. Signed-off-by: Austin Vazquez <[email protected]>
1 parent 68346ed commit 8547911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: [1.19.x, 1.20.x]
14+
go: [1.21.x, 1.22.x]
1515

1616
steps:
1717
- name: checkout source code

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: [1.19.x, 1.20.x]
14+
go: [1.21.x, 1.22.x]
1515

1616
steps:
1717
- name: checkout source code

0 commit comments

Comments
 (0)