Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 7, 2020
1 parent 328da2f commit 98385d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: install golangci-lint and goveralls
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.24.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.23.0
go get -u github.com/mattn/goveralls
- name: test and lint backend
Expand Down

0 comments on commit 98385d5

Please sign in to comment.