updated readme

This commit is contained in:
Alif Rachmawadi 2019-08-16 12:55:24 +07:00
parent aa2b146685
commit 4ed5ef83f3
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

View file

@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
go: [ '1.8', '1.9.3', '1.10' ]
go: [ '1.8', '1.9.3', '1.10.x' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@master