Skip to content

Commit

Permalink
fix: Updates Makefile
Browse files Browse the repository at this point in the history
Changes go get to go install, to conform to the new Go standards
  • Loading branch information
KarthikSundar2002 committed Apr 19, 2022
1 parent 2f8da47 commit d113374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test-go-version:
# for manual building only
deps:
cd /tmp && rm -rf golangci-lint && git clone --quiet -b 'v1.42.1' --single-branch --depth 1 https://github.com/golangci/golangci-lint &> /dev/null && cd golangci-lint/cmd/golangci-lint && go install
cd /tmp && go get golang.org/x/tools/cmd/goimports
cd /tmp && go install golang.org/x/tools/cmd/goimports@latest

build-ci: off
go build -ldflags ${CI_BUILD_FLAGS} -o ./cmd/revad/revad ./cmd/revad
Expand Down

0 comments on commit d113374

Please sign in to comment.