Skip to content

Commit

Permalink
fix: bootstrap in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Dec 3, 2024
1 parent 51e1adb commit e45ed97
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 @@ -20,7 +20,7 @@ bootstrap: go-version-check docker-version-check
fi
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $$(go env GOPATH)/bin
GO111MODULE=off go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports@latest

# build containers
build-all: build-postgresql build-rabbitmq build-sda build-sda-download build-sda-sftp-inbox build-sda-admin
Expand Down

0 comments on commit e45ed97

Please sign in to comment.