Skip to content

Commit 9cb751b

Browse files
authored
Remove support for go 1.18. (#968)
* (M) .github/workflows/go.yml - Remove testing support for go 1.18 -- these tests are failing based on dependencies. Our contract here is to support -3 versions, so this is in-line with expecations of our consumers.
1 parent a59697e commit 9cb751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go: ['1.18', '1.19', '1.20', '1.x']
17+
go: ['1.19', '1.20', '1.21', '1.22', '1.x']
1818

1919
steps:
2020
- name: Install protobuf

0 commit comments

Comments
 (0)