Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jan 14, 2021
1 parent af37792 commit ede364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.14' ]
go: [ '1.15.x', '1.14.x' ]
name: Go ${{ matrix.go }} test
steps:
- name: Checkout repository
Expand Down

0 comments on commit ede364b

Please sign in to comment.