Skip to content

Commit 827e1aa

Browse files
committed
Remove unused Go dependency and matrix
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 223b1ca commit 827e1aa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci-only.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
strategy:
8-
matrix:
9-
go-version: [1.13.x]
10-
os: [ubuntu-latest]
11-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
128
steps:
139
- uses: actions/checkout@master
1410
with:
1511
fetch-depth: 1
1612
- name: Initial Setup
1713
run: |
18-
sudo apt-get install jq
14+
sudo apt-get -qy install jq
1915
- name: Validate Images
2016
run: |
2117
jq empty functions.json

0 commit comments

Comments
 (0)