Skip to content

Commit 8bbe4ce

Browse files
committed
workflow fixed
1 parent 24cb128 commit 8bbe4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go_version: 1.15
12+
go_version: [1.15]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
steps:
1515
- name: Set up Go ${{ matrix.go_version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go_version: 1.15
12+
go_version: [1.15]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
steps:
1515
- name: Set up Go ${{ matrix.go_version }}

0 commit comments

Comments
 (0)