We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cd761 commit 63c911eCopy full SHA for 63c911e
ineffassign.sh
@@ -24,7 +24,7 @@ echo -e "${BLUE}Detecting ineffectual assignments in Go code${NC}"
24
if ! [ -x "$(command -v ineffassign)" ]
25
then
26
echo -e "${BLUE}Installing ineffassign${NC}"
27
- GO111MODULE=off go get github.com/gordonklaus/ineffassign
+ GO111MODULE=on go install github.com/gordonklaus/ineffassign@latest
28
fi
29
30
if ! ineffassign ./...
0 commit comments