Skip to content

Commit

Permalink
Add latest golang versions to tests (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure committed Mar 20, 2022
1 parent 7d5bddd commit 41f4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
dbversion: ['yandex/clickhouse-server']
go: ['1.15', '1.14', '1.13']
go: ['1.18', '1.17', '1.16', '1.15', '1.14', '1.13']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 41f4c23

Please sign in to comment.