Skip to content

Commit

Permalink
GIT-275: enable tests on go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
harshanarayana committed Jun 21, 2022
1 parent c449796 commit 6f6bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15, 1.16, 1.17]
go-version: [1.15, 1.16, 1.17, 1.18]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 6f6bc55

Please sign in to comment.