Skip to content

Commit

Permalink
Add support for go1.23 and drop versions unsupported upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonbc committed Aug 20, 2024
1 parent 26dbcf1 commit b133155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.19', '1.20', '1.21', '1.22']
go-version: ['1.19', '1.22', '1.23']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.19', '1.20', '1.21', '1.22']
go-version: ['1.19', '1.22', '1.23']
protocol: ['json', 'msgpack']

steps:
Expand Down

0 comments on commit b133155

Please sign in to comment.