Skip to content

Commit

Permalink
Fix go version var in ci yaml
Browse files Browse the repository at this point in the history
Matrix var was not right and so it always installed go as if the version was empty.
  • Loading branch information
cpuguy83 committed Jul 16, 2021
1 parent ed62554 commit df89e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
strategy:
matrix:
go-versions: [1.13.x, 1.15.x, 1.16.x]
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit df89e5f

Please sign in to comment.