Skip to content

Commit

Permalink
Merge 4a88e4f into d0be0c3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2021
2 parents d0be0c3 + 4a88e4f commit eaa034c
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.15.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.15.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 eaa034c

Please sign in to comment.