Skip to content

Commit

Permalink
maint: update CI branch to main, go version
Browse files Browse the repository at this point in the history
Signed-off-by: jdolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Nov 12, 2020
1 parent aeb5bd7 commit 38e2369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-pr
on:
pull_request:
branches:
- master
- main

jobs:
run:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.14.4'
go-version: '1.15.4'
- name: run tests
run: make test
- name: upload coverage report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- master
- main

jobs:
run:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.14.4'
go-version: '1.15.4'
- name: run tests
run: make test
- name: upload coverage report
Expand Down

0 comments on commit 38e2369

Please sign in to comment.