Skip to content

Commit

Permalink
workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam010 committed Sep 10, 2020
1 parent 24cb128 commit 8bbe4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: 1.15
go_version: [1.15]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go ${{ matrix.go_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: 1.15
go_version: [1.15]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go ${{ matrix.go_version }}
Expand Down

0 comments on commit 8bbe4ce

Please sign in to comment.