Skip to content

Commit

Permalink
Issue #41 - Migrate to use go-whatsup-client
Browse files Browse the repository at this point in the history
- Fix revive install.
  • Loading branch information
sprak3000 committed Oct 3, 2023
1 parent 4602b23 commit 1eeac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install gotestsum
run: make install-gotestsum
- name: Install revive
run: go get -u github.com/mgechev/revive
run: go install github.com/mgechev/revive@latest
- name: go mod tidy
run: go mod tidy
- name: go mod vendor
Expand Down

0 comments on commit 1eeac12

Please sign in to comment.