Skip to content

Commit

Permalink
Merge pull request #659 from upper/update-go18
Browse files Browse the repository at this point in the history
add go1.18 to test.yml
  • Loading branch information
xiam committed Jul 4, 2022
2 parents 889ce39 + 12478ca commit 82a1771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.15.x, 1.16.x, 1.17.x]
go-version: [1.16.x, 1.17.x, 1.18.x]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 82a1771

Please sign in to comment.