Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GIT-275: enable tests on go1.18
Browse files Browse the repository at this point in the history
harshanarayana committed Jun 21, 2022

Verified

This commit was signed with the committer’s verified signature.
harshanarayana Harsha Narayana
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
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 6f6bc55

Please sign in to comment.