Skip to content

Commit

Permalink
test(ci): test on go1.18 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored May 28, 2022
1 parent 73116cd commit aa76c2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
matrix:
golang:
- 1.16.x
- 1.17.x
- 1.18.x
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand All @@ -47,8 +47,8 @@ jobs:
strategy:
matrix:
golang:
- 1.16.x
- 1.17.x
- 1.18.x
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand All @@ -74,6 +74,7 @@ jobs:
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit aa76c2e

Please sign in to comment.