Skip to content

Commit

Permalink
Merge branch 'master' into chore/terraform-not-required
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 28, 2020
2 parents 249e16a + ea8f9e2 commit faf0b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: go vet
run: go vet ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
version: v1.31
- name: go test
run: go test -coverprofile=coverage.txt ./...
- name: upload codecov
Expand Down

0 comments on commit faf0b78

Please sign in to comment.