Test against Golang 1.14 and 1.16 (#2396)

1.14 for 32-bit binaries
pull/2404/head
Mitsuo Heijo 3 years ago committed by GitHub
parent 1a191ec6f7
commit 8edfd14a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

@ -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:

Loading…
Cancel
Save