CI: test on Go 1.18

This commit is contained in:
makeworld 2022-04-25 20:17:17 -04:00
parent 99fbd021a6
commit 946b3f5bc0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.15', '1.16', '1.17']
go-version: ['1.16', '1.17', '1.18']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: