Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshith-gunasheelan authored Jan 9, 2024
1 parent 3f3e441 commit a03f2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go install github.com/mattn/goveralls@latest

- name: Install Go Lint
run: go install -u golang.org/x/lint/golint
run: go get -u golang.org/x/lint/golint

- name: Running Test Script
run: make test

0 comments on commit a03f2f0

Please sign in to comment.