Test against Golang 1.14 and 1.16 (#2396)

1.14 for 32-bit binaries
This commit is contained in:
Mitsuo Heijo 2021-03-20 12:32:44 +09:00 committed by GitHub
parent 1a191ec6f7
commit 8edfd14a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.14, 1.15]
go: [1.14, 1.16]
steps:
- uses: actions/checkout@v2
with:

View File

@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
go: [1.14, 1.15]
go: [1.14, 1.16]
steps:
- uses: actions/checkout@v2
with: