Skip to content

Commit

Permalink
Merge branch 'master' into konflux/mintmaker/master/registry.access.r…
Browse files Browse the repository at this point in the history
…edhat.com-ubi8-go-toolset-1.x
  • Loading branch information
matysek authored Oct 2, 2024
2 parents 5b087af + fc67f17 commit 991ef41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion goerrcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo -e "${BLUE}Finding all unchecked errors${NC}"
if ! [ -x "$(command -v errcheck)" ]
then
echo -e "${BLUE}Installing errcheck ${NC}"
GO111MODULE=off go get github.com/kisielk/errcheck
GO111MODULE=on go install github.com/kisielk/errcheck@latest
fi


Expand Down
2 changes: 1 addition & 1 deletion ineffassign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo -e "${BLUE}Detecting ineffectual assignments in Go code${NC}"
if ! [ -x "$(command -v ineffassign)" ]
then
echo -e "${BLUE}Installing ineffassign${NC}"
GO111MODULE=off go get github.com/gordonklaus/ineffassign
GO111MODULE=on go install github.com/gordonklaus/ineffassign@latest
fi

if ! ineffassign ./...
Expand Down

0 comments on commit 991ef41

Please sign in to comment.