Skip to content

Commit

Permalink
Merge branch 'master' of github.com:onrik/micha
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed May 29, 2021
2 parents 0256b05 + 35c1f6e commit 2efddfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.15.x, 1.16.x]

runs-on: ubuntu-latest

Expand All @@ -33,4 +33,4 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github -ignore=examples/*/*
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github -ignore=examples/*/*

0 comments on commit 2efddfd

Please sign in to comment.