Skip to content

Commit

Permalink
Remove support for go 1.18. (#968)
Browse files Browse the repository at this point in the history
* (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.
  • Loading branch information
robshakir authored Apr 25, 2024
1 parent a59697e commit 9cb751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.18', '1.19', '1.20', '1.x']
go: ['1.19', '1.20', '1.21', '1.22', '1.x']

steps:
- name: Install protobuf
Expand Down

0 comments on commit 9cb751b

Please sign in to comment.