Skip to content

Commit

Permalink
Remove unused Go dependency and matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Apr 16, 2024
1 parent 223b1ca commit 827e1aa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ on: [push, pull_request]

jobs:
build:
strategy:
matrix:
go-version: [1.13.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Initial Setup
run: |
sudo apt-get install jq
sudo apt-get -qy install jq
- name: Validate Images
run: |
jq empty functions.json
Expand Down

0 comments on commit 827e1aa

Please sign in to comment.