Skip to content

Commit df89e5f

Browse files
authoredJul 16, 2021
Fix go version var in ci yaml
Matrix var was not right and so it always installed go as if the version was empty.
1 parent ed62554 commit df89e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build
1313
strategy:
1414
matrix:
15-
go-versions: [1.13.x, 1.15.x, 1.16.x]
15+
go-version: [1.13.x, 1.15.x, 1.16.x]
1616
platform: [ubuntu-20.04]
1717
runs-on: ${{ matrix.platform }}
1818
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.