chore(build): add go 1.18 to matrix build (#166)
* chore(build): add go 1.18 to matrix build * add 1.18 * Update README.md * Update release.yml
This commit is contained in:
parent
d740fe1710
commit
0dd79cb6f9
2 changed files with 8 additions and 5 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.14', '1.15', '1.16', '1.17']
|
||||
go: ['1.15', '1.16', '1.17', '1.18']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue