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
on: [push, pull_request]
on: [pull_request]
jobs:
coverage:
......
name: Go
on: [push, pull_request]
on: [pull_request]
jobs:
build:
......@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.14, 1.x]
go: [1.14]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- 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