We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cb128 commit 8bbe4ceCopy full SHA for 8bbe4ce
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- go_version: 1.15
+ go_version: [1.15]
13
os: [ubuntu-latest, windows-latest, macOS-latest]
14
steps:
15
- name: Set up Go ${{ matrix.go_version }}
.github/workflows/test.yml
0 commit comments