Commit 8e958f02 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

remove push trigger and go1.x from actions (#161)

parent fbbd2270
name: Coverage name: Coverage
on: [push, pull_request] on: [pull_request]
jobs: jobs:
coverage: coverage:
......
name: Go name: Go
on: [push, pull_request] on: [pull_request]
jobs: jobs:
build: build:
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
go: [1.14, 1.x] go: [1.14]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
steps: steps:
- name: Setup Go - name: Setup Go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment