Change workflow from go 1.16.0-rc1 to go 1.16.x (#1406)

pull/1405/head^2
Qais Patankar 3 years ago committed by GitHub
parent c147ba1da1
commit 668e7407e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
test-build-upload:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:

Loading…
Cancel
Save