Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cweill committed Nov 25, 2020
1 parent b4b882e commit 3409e7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go

on:
push:
branches: [ develop, master ]
branches: [ develop ]
pull_request:
branches: [ develop ]

Expand All @@ -13,13 +13,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.9', '1.10', '1.11' ]
go: [ '1.9' ]
steps:

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

- name: Check out develop
- uses: actions/checkout@v2

- name: Get dependencies
run: |
go get github.com/mattn/goveralls
Expand Down

0 comments on commit 3409e7a

Please sign in to comment.