Skip to content

Commit

Permalink
ci: add go1.18 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Mar 21, 2022
1 parent 3f8696e commit 0eef4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- windows-latest
go:
- "1.17.x"
- "1.18.x"
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 0eef4f5

Please sign in to comment.