Skip to content

Commit

Permalink
ci: remove unnecessary golint install from gotests
Browse files Browse the repository at this point in the history
Signed-off-by: William Findlay <will@isovalent.com>
  • Loading branch information
willfindlay committed Feb 13, 2024
1 parent bf4c7a5 commit bbce04f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
make check-copyright
sudo -E echo "run go tests: " `uname -a`
sudo -E go mod verify
sudo -E GO111MODULE=off go get -u golang.org/x/lint/golint
export TETRAGON_LIB=$(realpath "bpf/objs/")
make test GO_TEST_TIMEOUT=40m
Expand Down

0 comments on commit bbce04f

Please sign in to comment.