We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780e3b6 commit 14773faCopy full SHA for 14773fa
Makefile
@@ -114,7 +114,7 @@ down: $(MIGRATE_BINARY)
114
$(MIGRATE_BINARY) -dir db/migrations postgres "$(DATABASE_URL)" down
115
116
$(GOLANGCI_LINT_BINARY): | $(BIN_DIR)
117
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b bin v1.50.1
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b bin v1.52.0
118
119
$(MIGRATE_BINARY): | $(BIN_DIR)
120
go build -mod=vendor -o $@ github.com/pressly/goose/cmd/goose
0 commit comments