Skip to content

Commit

Permalink
Merge f7c89f2 into 47d2837
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2020
2 parents 47d2837 + f7c89f2 commit 048a4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
go-version: 1.14.x
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install golangci-lint
run: |
go get github.com/golangci/golangci-lint/cmd/golangci-lint
Expand All @@ -27,7 +27,7 @@ jobs:
with:
go-version: 1.14.x
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Calc coverage
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down

0 comments on commit 048a4b6

Please sign in to comment.