-
-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathMakefile
More file actions
18 lines (16 loc) · 544 Bytes
/
Copy pathMakefile
File metadata and controls
18 lines (16 loc) · 544 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tools:
go install -C internal/tools \
-tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate
go install -C internal/tools \
github.com/deepmap/oapi-codegen/cmd/oapi-codegen \
github.com/fdaines/spm-go \
github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/kyleconroy/sqlc/cmd/sqlc \
github.com/maxbrunsfeld/counterfeiter/v6 \
goa.design/model/cmd/mdl \
goa.design/model/cmd/stz \
install:
go install golang.org/dl/go1.20@latest
go1.20 download
mkdir -p bin
ln -s `go env GOPATH`/bin/go1.20 bin/go